Condition Coverage

blib/lib/Text/Printf.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
247 3 6 0 $ref0 eq '' || $ref0 eq 'Regexp' and $ref1 eq '' || $ref1 eq 'Regexp'
406 110 1 3 ref $value eq 'ARRAY' and $value eq $Text::Printf::DONTSET

or 2 conditions

line l !l condition
448 0 0 $value_hashes_for{$self} || []
461 0 0 $bad_keys_of{$self} || []

or 3 conditions

line l !l&&r !l&&!r condition
87 52 0 104 $pkg =~ /\A Text::Printf/x or $pkg =~ /\A Exception::Class/x
247 3 3 3 $ref0 eq '' || $ref0 eq 'Regexp'
3 1 2 $ref1 eq '' || $ref1 eq 'Regexp'
476 2 1 1 ref $_[0] eq 'GLOB' or UNIVERSAL::can($_[0], 'print')