| blib/lib/Runtime/Debugger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 139 | 0 | 0 | if (@_ > 1 and $_[-1] =~ / ^ --maxdepth=(\d+) $ /ux) |
| 152 | 0 | 0 | if wantarray |
| 182 | 0 | 0 | if (-e $self->{'history_file'}) |
| 184 | 0 | 0 | unless open my $fh, "<", $self->{'history_file'} |
| 215 | 0 | 0 | unless open my $fh, ">", $self->{'history_file'} |
| 233 | 0 | 0 | if @_ |
| 252 | 0 | 0 | if ($input =~ / ^ p\b /ux) |
| 256 | 0 | 0 | if $input eq "q" |