| blib/lib/Clustericious/Command/plackup.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 6 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | defined $args[0] and $args[0] eq 'plackup' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 0 | which('plackup') || LOGDIE("could not find plackup in $ENV{'PATH'}") |