Completed
Push — master ( c228b2...2412ef )
by David
23:26
created

VerifyResponse::create()   C

Complexity

Conditions 7
Paths 16

Size

Total Lines 29
Code Lines 16

Duplication

Lines 29
Ratio 100 %

Code Coverage

Tests 20
CRAP Score 7.0368

Importance

Changes 0
Metric Value
dl 29
loc 29
ccs 20
cts 22
cp 0.9091
rs 6.7272
c 0
b 0
f 0
cc 7
eloc 16
nc 16
nop 1
crap 7.0368
1
<?php
2
3
/*
4
 * Copyright (C) 2013 Mailgun
5
 *
6
 * This software may be modified and distributed under the terms
7
 * of the MIT license. See the LICENSE file for details.
8
 */
9
10
namespace Mailgun\Model\Domain;
11
12
/**
13
 * @author Maxim Zasorin <[email protected]>
14
 */
15
final class VerifyResponse extends AbstractDomainResponse
16
{
17
}
18