Condition Coverage

bin/pjstruct
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
397 0 5 0 $location && $location->is_known
463 5 0 0 $verbose and $error->{'line'}

or 2 conditions

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'} // "/"

or 3 conditions

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 ""