Condition Coverage

blib/lib/Data/Printer/Filter/GenericClass.pm
Criterion Covered Total %
condition 29 39 74.3


and 3 conditions

line !l l&&!r l&&r condition
193 44 3 3 overload::Overloaded($object) and overload::Method($object, '""') || overload::Method($object, '0+')
269 1 0 3 @method_list and $ddp->class->sort_methods
301 28 0 39 @base_methods and $ddp->class->sort_methods
342 0 0 224 $m and $m->isa("B::CV")
344 0 0 224 $gv and not $gv->isa("B::Special")
0 0 224 $gv and not $gv->isa("B::Special") and $gv->NAME

or 3 conditions

line l !l&&r !l&&!r condition
193 1 2 3 overload::Method($object, '""') || overload::Method($object, '0+')
254 84 7 13 $show_methods eq "all" or $show_methods eq $type
258 19 28 44 $show_inherited eq "all" or $show_inherited eq $type
264 66 4 4 $show_methods eq "all" or $show_methods eq $type
70 0 4 $show_methods eq "all" or $show_methods eq $type or $show_inherited eq "all"
4 1 3 $show_methods eq "all" or $show_methods eq $type or $show_inherited eq "all" or $show_inherited eq $type
357 0 224 284 ref \$namespace->{$key} ne "GLOB" or defined *{$namespace->{$key};}{"CODE"}