Test Failed
Push — ft/states ( 0e1fde...7e5f34 )
by Ben
08:31
created

AssistedManager::assistant()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 10
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 5
CRAP Score 2

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 10
ccs 5
cts 5
cp 1
rs 10
c 0
b 0
f 0
cc 2
nc 2
nop 1
crap 2
1
<?php
2
3
4
namespace Thinktomorrow\Chief\Management\Assistants;
5
6
7
interface AssistedManager
8
{
9
10
}
11