| blib/lib/Code/Includable/Tree/NodeMethods.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| subroutine | 27 | 31 | 87.1 | 
| pod | 26 | 26 | 100.0 | 
| line | count | pod | subroutine | 
|---|---|---|---|
| 3 | 3 | n/a | BEGIN | 
| 19 | 3 | n/a | BEGIN | 
| 23 | 320 | n/a | _children_as_list | 
| 43 | 80 | n/a | _descendants | 
| 50 | 8 | Yes | descendants | 
| 57 | 40 | n/a | _descendants_depth_first | 
| 66 | 4 | Yes | descendants_depth_first | 
| 73 | 9 | Yes | ancestors | 
| 84 | 4 | Yes | retrieve_parent | 
| 89 | 0 | Yes | walk | 
| 96 | 4 | Yes | first_node | 
| 104 | 12 | Yes | is_first_child | 
| 112 | 12 | Yes | is_last_child | 
| 120 | 12 | Yes | is_only_child | 
| 128 | 12 | Yes | is_nth_child | 
| 136 | 12 | Yes | is_nth_last_child | 
| 144 | 20 | Yes | is_first_child_of_type | 
| 153 | 40 | Yes | is_last_child_of_type | 
| 162 | 8 | Yes | is_only_child_of_type | 
| 171 | 16 | Yes | is_nth_child_of_type | 
| 180 | 16 | Yes | is_nth_last_child_of_type | 
| 189 | 12 | Yes | prev_sibling | 
| 202 | 8 | Yes | prev_siblings | 
| 215 | 12 | Yes | next_sibling | 
| 228 | 8 | Yes | next_siblings | 
| 241 | 4 | Yes | is_root | 
| 247 | 0 | Yes | has_min_children | 
| 253 | 0 | Yes | has_max_children | 
| 259 | 0 | Yes | has_children_between | 
| 266 | 4 | Yes | remove | 
| 282 | 10 | Yes | check |