Condition Coverage

blib/lib/PDF/Report.pm
Criterion Covered Total %
condition 0 44 0.0


and 3 conditions

line !l l&&!r l&&r condition
159 0 0 0 defined $defaults{'File'} and length $defaults{'File'}
286 0 0 0 defined $color and not length $color
287 0 0 0 defined $underline and not length $underline
288 0 0 0 defined $indent and not length $indent
449 0 0 0 $hPos =~ /^[0-9]+([.][0-9]+)?$/ and $$self{'align'} =~ /^left$/i
467 0 0 0 not $textWidth =~ /^[0-9]+$/ and $$self{'align'} =~ /^left$/i
0 0 0 not $textWidth =~ /^[0-9]+$/ and $$self{'align'} =~ /^right$/i
0 0 0 not $textWidth =~ /^[0-9]+$/ and $$self{'align'} =~ /^center$/i
1090 0 0 0 exists $info{$key} and defined $info{$key}
1091 0 0 0 length $info{$key} and $info{$key} ne ${$$self{'INFO'};}{$key}
1157 0 0 0 defined $callback and not $callback =~ /none/i

or 2 conditions

line l !l condition
538 0 0 $align ||= 'justified'

or 3 conditions

line l !l&&r !l&&!r condition
218 0 0 0 not defined $index or $index =~ /[^\d]/
0 0 0 not defined $index or $index =~ /[^\d]/ or $index > $totpgs
480 0 0 0 not defined $$self{'vPos'} or $$self{'vPos'} == 0