Condition Coverage

blib/lib/RPerl/Operation/Statement/OperatorVoid/LoopControl.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
31 3 3 0 $self->{'children'}[0] ne 'next;' and $self->{'children'}[0] ne 'last;'

or 3 conditions

line l !l&&r !l&&!r condition
48 6 10 4 $loop_control =~ /^next/msx or $loop_control =~ /^last/msx
10 4 0 $loop_control =~ /^next/msx or $loop_control =~ /^last/msx or $loop_control =~ /^redo/msx