Branch Coverage

blib/lib/Runtime/Debugger.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
178 0 0 if (@_ > 1 and $_[-1] =~ / ^ --maxdepth=(\d+) $ /ux)
191 0 0 if wantarray
218 0 0 if ($levels < @history)
255 0 0 if (-e $self->{'history_file'})
257 0 0 unless open my $fh, "<", $self->{'history_file'}
288 0 0 unless open my $fh, ">", $self->{'history_file'}
306 0 0 if @_
332 0 0 if ($input =~ / ^ p\b /ux)
348 0 0 if $input eq "q"