Condition Coverage

blib/lib/Data/TreeDumper/Utils.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
221 0 0 0 @at_start_regex and &$match_to_regex(\@at_start_regex, $_)
0 0 0 @at_end_regex and &$match_to_regex(\@at_end_regex, $_)

or 2 conditions

line l !l condition
190 0 0 $argument_hash{'AT_START'} || []
0 0 $argument_hash{'AT_END'} || []
0 0 $argument_hash{'DATA'} || []
528 0 0 shift() || 1000000

or 3 conditions

line l !l&&r !l&&!r condition
147 0 0 0 'HASH' eq ref $structure or obj $structure, 'HASH'
221 0 0 0 exists $at_start{$_} or @at_start_regex and &$match_to_regex(\@at_start_regex, $_)
0 0 0 exists $at_end{$_} or @at_end_regex and &$match_to_regex(\@at_end_regex, $_)
263 0 0 0 'HASH' eq ref $structure or obj $_, 'HASH'
305 0 0 0 'HASH' eq ref $structure or obj $structure, 'HASH'
421 0 0 0 $EMPTY_STRING eq ref $class_to_key[$index] or 'Regexp' eq ref $class_to_key[$index]
448 0 0 0 $ref_s eq 'HASH' or obj $s, 'HASH'
452 0 0 0 $ref_s =~ /$$class[0]/ or obj $s, $$class[0]