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
152 44 3 3 overload::Overloaded($object) and overload::Method($object, '""') || overload::Method($object, '0+')
228 0 1 3 $ddp->class->sort_methods and @method_list
260 0 28 39 $ddp->class->sort_methods and @base_methods
301 0 0 224 $m and $m->isa('B::CV')
303 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
152 1 2 3 overload::Method($object, '""') || overload::Method($object, '0+')
213 84 7 13 $show_methods eq 'all' or $show_methods eq $type
217 19 28 44 $show_inherited eq 'all' or $show_inherited eq $type
223 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
316 0 224 278 ref \$namespace->{$key} ne 'GLOB' or defined *{$namespace->{$key};}{'CODE'}