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

CreateResponse::create()   C

Complexity

Conditions 7
Paths 16

Size

Total Lines 29
Code Lines 16

Duplication

Lines 29
Ratio 100 %

Code Coverage

Tests 22
CRAP Score 7

Importance

Changes 0
Metric Value
dl 29
loc 29
ccs 22
cts 22
cp 1
rs 6.7272
c 0
b 0
f 0
cc 7
eloc 16
nc 16
nop 1
crap 7
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 Tobias Nyholm <[email protected]>
14
 */
15
final class CreateResponse extends AbstractDomainResponse
16
{
17
}
18