Condition Coverage

blib/lib/Pugs/Emitter/Grammar/Perl5.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 0 $code and not ref $code
0 0 0 $code and not ref $code and $code =~ /\w+/
30 0 0 0 ref $child and ref $child eq 'HASH'
53 0 0 0 $$opts{'safe_mode'} and $code =~ /\w+/

or 2 conditions

line l !l condition
42 0 0 $opts ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
14 0 0 0 $key =~ /^_/ or not ref $node