Condition Coverage

blib/lib/Pugs/Emitter/Rule/Perl5.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $positionals eq '' and @param == 1
40 0 0 0 $positionals eq '' and @param == 1
364 0 0 0 ref $code and defined $Pugs::Compiler::Perl6::VERSION

or 2 conditions

line l !l condition
173 0 0 $_[0]{'quant'} || ''
174 0 0 $_[0]{'greedy'} || ''
511 0 0 delete $_[0]{'modifier'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
144 0 0 0 $capture_to_array || ($capture_seen{$capture_count} > 1 ? 1 : 0)
202 0 0 0 $cap || ($quant ne '' ? 1 : 0)
404 0 0 0 $modifier eq '?' or $modifier eq '!'
430 0 0 0 $capture_to_array || ($capture_seen{$name} > 1 ? 1 : 0)
503 0 0 0 $capture_to_array || ($capture_seen{$name} > 1 ? 1 : 0)
525 0 0 0 $capture_to_array || ($capture_seen{$name} > 1 ? 1 : 0)
529 0 0 0 $capture_to_array || ($capture_seen{$name} > 1 ? 1 : 0)
596 0 0 0 $capture_to_array || ($capture_seen{$name} > 1 ? 1 : 0)