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

NodeList::element()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 12
Code Lines 10

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 8
CRAP Score 2.0055

Importance

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