Condition Coverage

blib/lib/Data/Hierarchy.pm
Criterion Covered Total %
condition 14 17 82.3


and 3 conditions

line !l l&&!r l&&r condition
215 2 0 6 exists $$lookat{$_} and $$lookat{$_} =~ /$$prop_regexps{$_}/
458 8 291 36 $prefix and index($prefix . $$self{'sep'}, $path . $$self{'sep'}) != 0
479 200 86 15 defined $$parent_props{$name} and $$props{$name} eq $$parent_props{$name}

or 2 conditions

line l !l condition
145 43 162 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
427 0 0 287 $path eq '' or $path eq $$self{'sep'}
529 1 2 1 $path eq $base_path or index($path, $base_path . $$self{'sep'}) == 0