| blib/lib/Psh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 29 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | @result and $result[0] |
| 351 | 0 | 0 | 0 | $pack eq 'main::' and $symb eq 'main::' |
| 476 | 0 | 0 | 0 | $Psh::term->ReadLine eq 'Term::ReadLine::Perl' and $prompt =~ /^(.*\n)([^\n]+)$/ |
| 685 | 0 | 0 | 0 | defined $Psh::term and Psh::Options::get_option('save_history') |
| 810 | 0 | 0 | 0 | defined $test && !ref($test) && $test =~ /^([+-]?)(?=\d|\.\d)\d*(\.\d*)?([Ee]([+-]?\d+))?$/o |
| line | l | !l | condition |
|---|---|---|---|
| 230 | 0 | 0 | $ENV{'IGNOREEOF'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 410 | 0 | 0 | 0 | $Psh::debugging =~ /f/ or $Psh::debugging eq '1' |
| 527 | 0 | 0 | 0 | not $line or $line =~ /^\s*$/ |
| 528 | 0 | 0 | 0 | not @Psh::history or $Psh::history[$#Psh::history] ne $line |
| 628 | 0 | 0 | 0 | $ENV{'HOSTNAME'} || Psh::OS::get_hostname() |