Subroutine Coverage

blib/lib/Code/Includable/Tree/NodeMethods.pm
Criterion Covered Total %
subroutine 27 31 87.1
pod 26 26 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 4 Yes retrieve_parent
88 0 Yes walk
95 4 Yes first_node
103 12 Yes is_first_child
111 12 Yes is_last_child
119 12 Yes is_only_child
127 12 Yes is_nth_child
135 12 Yes is_nth_last_child
143 20 Yes is_first_child_of_type
152 40 Yes is_last_child_of_type
161 8 Yes is_only_child_of_type
170 16 Yes is_nth_child_of_type
179 16 Yes is_nth_last_child_of_type
188 12 Yes prev_sibling
201 8 Yes prev_siblings
214 12 Yes next_sibling
227 8 Yes next_siblings
240 4 Yes is_root
246 0 Yes has_min_children
252 0 Yes has_max_children
258 0 Yes has_children_between
265 4 Yes remove
281 10 Yes check