Branch Coverage

lib/Devel/Trepan/CmdProcessor/Command/Quit.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
63 0 0 if (scalar @args > 1 and $args->[-1] eq 'unconditionally') { }
0 0 elsif (substr($args[0], -1) eq '!') { }
0 0 if (scalar @args > 1 and $args->[-1] eq 'unconditionally') { }
0 0 elsif (substr($args[0], -1) eq '!') { }
69 0 0 unless ($unconditional or $proc->{'terminated'} or $proc->confirm('Really quit?', 0))
0 0 unless ($unconditional or $proc->{'terminated'} or $proc->confirm('Really quit?', 0))
76 0 0 if (scalar @args > 1)
0 0 if (scalar @args > 1)
77 0 0 if ($args[1] =~ /\d+/) { }
0 0 if ($args[1] =~ /\d+/) { }