Condition Coverage

blib/lib/Tie/File/FixedRecLen/Store.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

line !l l&&!r l&&r condition
21 1 1 1 defined $file && defined $args{'record_length'}

or 2 conditions

line l !l condition
27 0 1 $args{'pad_char'} || ' '
28 0 1 $args{'recsep'} || "\n"

or 3 conditions

line l !l&&r !l&&!r condition
21 2 0 1 not defined $file && defined $args{'record_length'} or $args{'record_length'} =~ /\D/