Condition Coverage

blib/lib/Perl6/Export/Attrs.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 0 $request =~ /\A :$IDENT \z/msx and $subs_ref = $$tagset{$request}
118 0 0 0 $errors and not $real_import

or 2 conditions

line l !l condition
30 0 0 $attr ||= ''
44 0 0 $tagsets_for{$package} ||= {}
122 0 0 $$tagset{':DEFAULT'} ||= {}
125 0 0 $$tagset{':MANDATORY'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 $named_tagsets_for{$package} ||= _invert_tagset($package, $tagsets_for{$package})