blib/lib/Package/Base/Devel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 30 | 56.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
251 | 0 | 42 | 2 | ref $self and not $self->is_initialized |
287 | 4 | 2 | 2 | ref $self and not $self->is_initialized |
299 | 0 | 0 | 4 | defined $stanza and not ref $stanza |
0 | 4 | 0 | defined $stanza and not ref $stanza and $stanza ne $lcf | |
355 | 0 | 7 | 0 | ref $self and not $self->is_initialized |
line | l | !l | condition |
---|---|---|---|
294 | 4 | 4 | $stanza ||= '' |
295 | 8 | 0 | _mangle_package($class) || '' |
296 | 0 | 8 | $logconfig{$class} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
256 | 44 | 0 | 0 | ref $self || $self |
289 | 4 | 4 | 0 | ref $self || $self |
398 | 1 | 0 | 5 | $logconfig{$pack} or $black{$pack} |