Condition Coverage

blib/lib/Test/Format.pm
Criterion Covered Total %
condition 14 15 93.3


and 3 conditions

line !l l&&!r l&&r condition
42 3 3 1 defined $format and defined $format_sub
44 3 2 1 defined $format and $format ne 'pretty_json'
45 2 2 1 defined $format_sub and ref $format_sub ne 'CODE'
47 2 0 2 defined $format && $format eq 'pretty_json'

or 3 conditions

line l !l&&r !l&&!r condition
41 4 3 2 defined $format or defined $format_sub