Completed
Pull Request — master (#12)
by Auke
34:04
created

NodeList::parseArgs()   B

Complexity

Conditions 6
Paths 4

Size

Total Lines 22
Code Lines 17

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 12
CRAP Score 6.288

Importance

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