Condition Coverage

blib/lib/Export/Attrs.pm
Criterion Covered Total %
condition 6 20 30.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 $request =~ /\A :$IDENT \z/msx and $subs_ref = $tagset->{$request}
184 1 0 0 $errors and not $real_import

or 2 conditions

line l !l condition
38 1 0 $attr ||= ''
52 0 1 $tagsets_for{$package} ||= {}
188 0 0 $tagset->{':DEFAULT'} ||= {}
191 0 1 $tagset->{':MANDATORY'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
108 1 0 0 Attribute::Handlers::findsym($package, $sub_ref, $type) || $name_of{$sub_ref}
129 0 1 0 $named_tagsets_for{$package} ||= _invert_tagset($package, $tagsets_for{$package})