blib/lib/Class/AutoGenerate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 20 | 55.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
79 | 3 | 0 | 18 | defined $base and $base eq '-base' |
227 | 0 | 0 | 12 | not ref $class and $class =~ /^[:\w]+$/ |
254 | 0 | 0 | 12 | not ref $class and $class =~ /^[:\w]+$/ |
line | l | !l | condition |
---|---|---|---|
409 | 84 | 0 | shift() || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
227 | 6 | 0 | 12 | blessed $class or not ref $class and $class =~ /^[:\w]+$/ |
254 | 6 | 0 | 12 | blessed $class or not ref $class and $class =~ /^[:\w]+$/ |
332 | 21 | 44 | 0 | blessed $self || $self |