Condition Coverage

blib/lib/PLS/Parser/Pod/Subroutine.pm
Criterion Covered Total %
condition 0 12 0.0


and 2 conditions

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

and 3 conditions

line !l l&&!r l&&r condition
50 0 0 0 length $self->{'uri'} and ref $self->{'packages'} ne 'ARRAY' || !scalar(@{$self->{'packages'};})

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 ref $self->{'packages'} ne 'ARRAY' || !scalar(@{$self->{'packages'};})