Condition Coverage

blib/lib/Tie/File/Hashify.pm
Criterion Covered Total %
condition 17 24 70.8


and 3 conditions

line !l l&&!r l&&r condition
25 1 0 5 $path and -e $path
1 0 5 $path and -e $path and $options{'parse'}
29 0 0 24 defined $line and length $line
49 8 0 16 defined $key and length $key
163 2 7 3 $path and $$self{'dirty'}
9 2 1 $path and $$self{'dirty'} and $$self{'format'}
9 0 1 $path and $$self{'dirty'} and $$self{'format'} and not $$self{'ro'}

or 3 conditions

line l !l&&r !l&&!r condition
34 5 10 0 ref $options{'parse'} eq '' or uc ref $options{'parse'} eq 'REGEXP'