| blib/lib/Desktop/Open.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | $exit_code == 4 and not $path_or_url =~ m[\A\w+://] |
| 0 | 0 | 0 | $exit_code == 4 and not $path_or_url =~ m[\A\w+://] and not -e $path_or_url |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 0 | 0 | $ENV{'PERL_DESKTOP_OPEN_USE_BROWSER'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | $exit_code == 0 or $exit_code == 2 |