| bin/pjstruct | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 22 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 397 | 0 | 5 | 0 | $location && $location->is_known |
| 463 | 5 | 0 | 0 | $verbose and $error->{'line'} |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 10 | 1 | shift @ARGV // "" |
| 397 | 5 | 0 | $error->path // "/" |
| 5 | 0 | $error->message // "Unknown error" | |
| 460 | 5 | 0 | $error->{'path'} // "/" |
| 503 | 0 | 0 | $error->{'path'} // "/" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 1 | 1 | 9 | $opts{'help'} or $command eq "help" |
| 2 | 0 | 9 | $opts{'help'} or $command eq "help" or $command eq "" |