File: | local/lib/perl5/File/HomeDir.pm |
Coverage: | 22.2% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
47 | 33 |
| defined $_[0] && !ref($_[0]) && $_[0] =~ /^[^\W\d]\w*(?:::\w+)*\z/s | ||||||||||||
50 | 33 |
| defined _CLASS($_[0]) && eval "require $_[0];" && !$@ && $_[0]->isa($_[1]) && $_[0] ne $_[1] | ||||||||||||
247 | 0 |
| $_[0] and $_[0] eq 'File::HomeDir' |