blib/lib/Perl6/Classes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 3 | 0 | 41 | $$_{'type'} ne 'attr' and $$_{'type'} |
line | l | !l | condition |
---|---|---|---|
70 | 0 | 0 | $scope || 'public' |
86 | 0 | 13 | $scope || 'public' |
102 | 0 | 2 | $scope || 'private' |
162 | 0 | 13 | $destroystruct ||= {'type', 'submethod', 'name', 'DESTROY', 'sig', '', 'scope', 'public'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
212 | 13 | 15 | 16 | $$_{'type'} eq 'method' or $$_{'type'} eq 'submethod' |