Condition Coverage

blib/lib/Data/Printer/Common.pm
Criterion Covered Total %
condition 16 29 55.1


and 3 conditions

line !l l&&!r l&&r condition
52 5 1 231 $max and $str_len
6 226 5 $max and $str_len and $str_len > $max
215 0 0 0 exists $props->{$name} and ref $props->{$name} eq "ARRAY"
222 0 0 0 exists $props->{'warnings'} and $props->{'warnings'}
261 1 0 0 $ddp and not $ddp->warnings
387 12 0 0 $error and index($error, "in \@INC") != -1
12 0 0 $error and index($error, "in \@INC") != -1 and $mro_initialized == 0

or 2 conditions

line l !l condition
303 39 0 $error || '(unknown error)'

or 3 conditions

line l !l&&r !l&&!r condition
319 4 100 12 not $max or @$array_ref <= $max
322 4 2 6 $preserve eq "begin" or $preserve eq "end"