| blib/lib/Code/Includable/Tree/NodeMethods.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 25 | 26 | 96.1 |
| pod | 21 | 21 | 100.0 |
| line | count | pod | subroutine |
|---|---|---|---|
| 8 | 3 | n/a | BEGIN |
| 18 | 3 | n/a | BEGIN |
| 22 | 320 | n/a | _children_as_list |
| 42 | 80 | n/a | _descendants |
| 49 | 8 | Yes | descendants |
| 56 | 40 | n/a | _descendants_depth_first |
| 65 | 4 | Yes | descendants_depth_first |
| 72 | 9 | Yes | ancestors |
| 83 | 0 | Yes | walk |
| 90 | 4 | Yes | first_node |
| 98 | 12 | Yes | is_first_child |
| 106 | 12 | Yes | is_last_child |
| 114 | 12 | Yes | is_only_child |
| 122 | 12 | Yes | is_nth_child |
| 130 | 12 | Yes | is_nth_last_child |
| 138 | 20 | Yes | is_first_child_of_type |
| 147 | 40 | Yes | is_last_child_of_type |
| 156 | 8 | Yes | is_only_child_of_type |
| 165 | 16 | Yes | is_nth_child_of_type |
| 174 | 16 | Yes | is_nth_last_child_of_type |
| 183 | 12 | Yes | prev_sibling |
| 196 | 8 | Yes | prev_siblings |
| 209 | 12 | Yes | next_sibling |
| 222 | 8 | Yes | next_siblings |
| 236 | 4 | Yes | remove |
| 252 | 10 | Yes | check |