Condition Coverage

blib/lib/CatalystX/Imports/Context.pm
Criterion Covered Total %
condition 7 21 33.3


and 2 conditions

line l !l condition
302 0 0 push @$substract, $export and next
304 0 1 push @$tags, $export and next

and 3 conditions

line !l l&&!r l&&r condition
176 0 0 38 exists $options{$required} and defined $options{$required}
249 0 1 0 @args == 1 and ref $args[0] eq 'ARRAY'
0 1 0 @args == 1 and ref $args[0] eq 'HASH'

or 2 conditions

line l !l condition
191 40 7 $export_map->{'tag'}{$t} ||= []
255 0 0 ref $args{$_} eq 'ARRAY' or $args{$_} = [$args{$_}]
267 0 0 $args{$1} ||= []
271 0 1 $args{'Default'} ||= []