Condition Coverage

blib/lib/Tree/Easy.pm
Criterion Covered Total %
condition 6 24 25.0


and 3 conditions

line !l l&&!r l&&r condition
76 3 0 0 defined $where and not $where =~ /^-?\d$/
80 3 0 0 defined $where and $where > $#$self
154 0 0 0 $where < 0 and $where * -1 > $#$self
252 4 0 0 $how ne 'dfs' and $how ne 'bfs'

or 3 conditions

line l !l&&r !l&&!r condition
79 3 0 0 not defined $where or $where > $#$self
154 0 0 0 $where < 0 and $where * -1 > $#$self or $where > $#$self
178 0 1 0 $how eq '-1' or $how eq '0'
1 0 0 $how eq '-1' or $how eq '0' or $how eq '1'