Completed
Pull Request — master (#12)
by Auke
34:04
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
c 4
b 1
f 2
dl 0
loc 6
ccs 5
cts 5
cp 1
rs 9.4286
cc 1
eloc 5
nc 1
nop 2
crap 1
1
<?php
2
3
namespace arc\xml;
4
5
class NodeList extends \ArrayObject {
6
    use NodeListTrait;
7
8
}
9