blib/lib/Class/Structured.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
158 | 0 | 0 | 0 | exists $parents{$other} && $parents{$other}->member($function) |
0 | 0 | 0 | not exists $parents{$other} && $parents{$other}->member($function) and $other->can($function) | |
347 | 0 | 0 | 0 | $package->isa($caller) and defined $$list_name |
0 | 0 | 0 | $package->isa($caller) and defined $$list_name and $$list_name->member($var) |
line | l | !l | condition |
---|---|---|---|
201 | 0 | 0 | pop() || sub { } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
143 | 0 | 0 | 0 | $list->member($function) or $notlist->member($function) |
347 | 0 | 0 | 0 | $caller eq $package or $package->isa($caller) and defined $$list_name and $$list_name->member($var) |