| blib/lib/PLS/Parser/Pod/Subroutine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 72 | 0 | 0 | ref $self->{'packages'} eq "ARRAY" and scalar @{$self->{'packages'};} |
| 120 | 0 | 0 | ref $self->{'packages'} and scalar @{$self->{'packages'};} |
| 149 | 0 | 0 | ref $definitions eq "ARRAY" and scalar @$definitions |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | length $self->{'uri'} and ref $self->{'packages'} ne 'ARRAY' || !scalar(@{$self->{'packages'};}) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | ref $self->{'packages'} ne 'ARRAY' || !scalar(@{$self->{'packages'};}) |