Condition Coverage

blib/lib/Perl6/Classes.pm
Criterion Covered Total %
condition 8 14 57.1


and 3 conditions

line !l l&&!r l&&r condition
175 3 0 41 $$_{'type'} ne 'attr' and $$_{'type'}

or 2 conditions

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'}

or 3 conditions

line l !l&&r !l&&!r condition
212 13 15 16 $$_{'type'} eq 'method' or $$_{'type'} eq 'submethod'