Completed
Push — master ( c719ff...c812d0 )
by Auke
101:35 queued 98:19
created

NodeList::__call()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 5
CRAP Score 1

Importance

Changes 4
Bugs 1 Features 2
Metric Value
cc 1
eloc 5
c 4
b 1
f 2
nc 1
nop 2
dl 0
loc 6
ccs 5
cts 5
cp 1
crap 1
rs 9.4285
1
<?php
2
3
namespace arc\xml;
4
5
class NodeList extends \ArrayObject {
6
    use NodeListTrait;
7
8
}
9