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

AssistedManager   A

Complexity

Total Complexity 13

Size/Duplication

Total Lines 84
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

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