Condition Coverage

blib/lib/Fortran/F90Format.pm
Criterion Covered Total %
condition 0 52 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 $frac == 0 and not $int
124 0 0 0 $int and $e_d_s eq '-'
125 0 0 0 $int and $e_d_s eq '+'
127 0 0 0 99 < $exp and $exp <= 999
230 0 0 0 $c eq q['] || $c eq '"' and not $t
0 0 0 "$t$c" =~ /^\d+$/ and $chars[0] =~ /H/i
321 0 0 0 not $w and uc $d eq 'A'
374 0 0 0 !$sep && $c eq ','

or 2 conditions

line l !l condition
154 0 0 $$h{'w'} || 7
155 0 0 $$h{'d'} || ''
176 0 0 $$h{'w'} || 1
318 0 0 $n ||= 1
322 0 0 $w ||= 1
326 0 0 $w ||= 1
338 0 0 shift() || ''
364 0 0 $3 || 1

or 3 conditions

line l !l&&r !l&&!r condition
169 0 0 0 $d > $w or length "$sign$int" > $w
205 0 0 0 $ed eq 'E' or $ed eq 'D'
222 0 0 0 shift() || $$self{'for_fmt'}
230 0 0 0 $c eq q['] || $c eq '"'