| blib/lib/Rex/JobControl/Mojolicious/Command/jobcontrol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 102 | 0 | 0 | 0 | exists $self->app->config->{'log'}{'audit_log'} and not -d dirname($self->app->config->{'log'}{'audit_log'}) |
| 112 | 0 | 0 | 0 | exists $self->app->config->{'log'}{'access_log'} and not -d dirname($self->app->config->{'log'}{'access_log'}) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 0 | not $command or $command eq 'help' |