Condition Coverage

blib/lib/Pcore/Core/Exporter.pm
Criterion Covered Total %
condition 11 22 50.0


and 3 conditions

line !l l&&!r l&&r condition
31 128 0 0 exists $tags->{$tag} and not $$tags{$tag}
96 0 219 0 $export_pragma and exists $export_pragma->{$arg}

or 2 conditions

line l !l condition
18 0 5 $$import{'pragma'}{'level'} // 0
121 0 105 $$import{'pragma'}{'level'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
18 43 5 0 $$import{'pragma'}{'caller'} // caller($$import{'pragma'}{'level'} // 0)
96 0 489 219 $arg eq 'level' or $arg eq 'caller'
121 446 105 0 $$import{'pragma'}{'caller'} // caller($$import{'pragma'}{'level'} // 0)
206 0 1870 0 $$symbols{$sym} // $$export_all{$sym}[0]