Condition Coverage

blib/lib/PDF/Table/ColumnWidth.pm
Criterion Covered Total %
condition 1 18 5.5


and 3 conditions

line !l l&&!r l&&r condition
305 0 0 0 $total_float == 0 and $width_used < $avail_width

or 3 conditions

line l !l&&r !l&&!r condition
117 0 0 1 not scalar @indices or $sum_content_size <= 0
145 0 0 0 not scalar @indices or $sum_content_size <= 0
218 0 0 0 $number =~ /^\d+$/ or $number =~ /^\d+\.$/
0 0 0 $number =~ /^\d+$/ or $number =~ /^\d+\.$/ or $number =~ /^\d+\.\d+$/
0 0 0 $number =~ /^\d+$/ or $number =~ /^\d+\.$/ or $number =~ /^\d+\.\d+$/ or $number =~ /^\.\d+$/