Condition Coverage

blib/lib/XML/ASCX12.pm
Criterion Covered Total %
condition 0 46 0.0


and 3 conditions

line !l l&&!r l&&r condition
357 0 0 0 $segcode and $segcode eq 'ST'
410 0 0 0 $segcode and $segcode eq 'ST'
524 0 0 0 $newloop and $lastloop
0 0 0 $newloop and $lastloop and $currentseg eq $lastloop
0 0 0 $newloop and $lastloop and $currentseg eq $lastloop and $currentseg ne ''

or 2 conditions

line l !l condition
406 0 0 $$self{'lastloop'} ||= ''
520 0 0 $lastloop ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
197 0 0 0 ref $name || $name
226 0 0 0 ref $out eq 'GLOB' or ref \$out eq 'GLOB'
0 0 0 ref $out eq 'GLOB' or ref \$out eq 'GLOB' or ref $out eq 'FileHandle'
0 0 0 ref $out eq 'GLOB' or ref \$out eq 'GLOB' or ref $out eq 'FileHandle' or ref $out eq 'IO::Handle'
244 0 0 0 ref $in eq 'GLOB' or ref \$in eq 'GLOB'
0 0 0 ref $in eq 'GLOB' or ref \$in eq 'GLOB' or ref $in eq 'FileHandle'
0 0 0 ref $in eq 'GLOB' or ref \$in eq 'GLOB' or ref $in eq 'FileHandle' or ref $in eq 'IO::Handle'
276 0 0 0 close $inhandle or croak(qq[Cannot close output file "$out": $!])
277 0 0 0 close $outhandle or croak(qq[Cannot close input file "$in": $!])