Condition Coverage

blib/lib/Log/StringFormatter.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
13 4 0 3 @_ == 1 and defined $_[0]
46 5 0 1 blessed $value and my $stringify = overload::Method($value, '""') || overload::Method($value, '0+')
55 1 0 0 blessed $value and my $numeric = overload::Method($value, '0+') || overload::Method($value, '""')
63 0 4 2 defined $value and ref $value

or 3 conditions

line l !l&&r !l&&!r condition
46 1 0 0 overload::Method($value, '""') || overload::Method($value, '0+')
55 0 0 0 overload::Method($value, '0+') || overload::Method($value, '""')