lib/Package/Data/Inheritable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 28 | 53.5 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 37 | if @symbols |
55 | 0 | 69 | if ref $callpkg |
60 | 0 | 69 | if grep {$_ eq $symbol;} @$export_ok |
62 | 0 | 69 | unless $symbol =~ s/^(\W)// |
77 | 0 | 0 | $sigil eq '*' ? : |
0 | 0 | $sigil eq '%' ? : | |
24 | 0 | $sigil eq '@' ? : | |
45 | 24 | $sigil eq '$' ? : | |
0 | 69 | $sigil eq '&' ? : | |
87 | 0 | 8 | if ref $callpkg |
92 | 0 | 8 | if grep {$_ eq $symbol;} @$export_ok |
94 | 1 | 7 | unless $symbol =~ s/^(\W)// |
97 | 4 | 3 | if $sigil ne '$' |
106 | 0 | 3 | if $@ |