Branch Coverage

blib/lib/RPerl/Operation/Statement/OperatorVoid/LoopControl.pm
Criterion Covered Total %
branch 5 22 22.7


line true false branch
30 6 20 if ($self_class eq 'OperatorVoid_135') { }
20 0 elsif ($self_class eq 'OperatorVoid_136') { }
31 0 6 if ($self->{'children'}[0] ne 'next;' and $self->{'children'}[0] ne 'last;')
48 0 4 unless ($loop_control =~ /^next/msx or $loop_control =~ /^last/msx or $loop_control =~ /^redo/msx)
87 0 0 if ($self_class eq 'OperatorVoid_135') { }
0 0 elsif ($self_class eq 'OperatorVoid_136') { }
88 0 0 if ($self->{'children'}[0] eq 'next;') { }
0 0 elsif ($self->{'children'}[0] eq 'last;') { }
106 0 0 if ($loop_control =~ /^next/msx) { }
0 0 elsif ($loop_control =~ /^last/msx) { }
0 0 elsif ($loop_control =~ /^redo/msx) { }