Condition Coverage

blib/lib/Text/FixedLength/Extra.pm
Criterion Covered Total %
condition 0 9 0.0


or 2 conditions

line l !l condition
40 0 0 shift() || die('getFixed: need a string')
41 0 0 shift() || die('getFixed: need a delimiter')
42 0 0 shift() || die('getFixed: need a format')

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $text =~ /$int_re/i or $text =~ /$flt_re/