blib/lib/Portable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 29 | 6.9 |
line | l | !l | condition |
---|---|---|---|
73 | 0 | 0 | ref $_[0] eq 'HASH' && scalar %{$_[0];} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | defined $_[0] && !ref($_[0]) && length $_[0] |
76 | 0 | 0 | 0 | ref $_[0] eq 'ARRAY' && @{$_[0];} |
100 | 0 | 0 | 0 | $apply{'Config'} and not $applied{'Config'} |
105 | 0 | 0 | 0 | $apply{'CPAN'} and not $applied{'CPAN'} |
0 | 0 | 0 | $apply{'CPAN'} and not $applied{'CPAN'} and $self->cpan | |
110 | 0 | 0 | 0 | $apply{'HomeDir'} and not $applied{'HomeDir'} |
0 | 0 | 0 | $apply{'HomeDir'} and not $applied{'HomeDir'} and $self->homedir | |
181 | 0 | 3 | 0 | $ENV{'HARNESS_ACTIVE'} && $FAKE_PERL |
189 | 0 | 0 | 3 | @d > 0 and $d[-1] eq '' |