Passed
Branch next (97e380)
by Bas
03:07
created

HandlesArangoDb::getDocumentHandler()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 8
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 6

Importance

Changes 2
Bugs 0 Features 0
Metric Value
eloc 4
c 2
b 0
f 0
dl 0
loc 8
ccs 0
cts 5
cp 0
rs 10
cc 2
nc 2
nop 0
crap 6
1
<?php
2
3
namespace LaravelFreelancerNL\Aranguent\Concerns;
4
5
trait HandlesArangoDb
6
{
7
8
}
9