| lib/Mojolicious/Plugin/Check.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 14 | 71.4 |
| line | l | !l | condition |
|---|---|---|---|
| 9 | 9 | 0 | $conf ||= {} |
| 10 | 0 | 9 | $conf->{'stash_checkers'} //= 'plugin-check-checkers' |
| 11 | 0 | 9 | $conf->{'stash_actions'} //= 'plugin-check-actions' |
| 16 | 2 | 9 | $c->app->routes->{$conf->{'stash_checkers'}} //= {} |
| 22 | 10 | 17 | $c->stash->{$conf->{'stash_actions'}} //= [] |
| 34 | 19 | 0 | $c->app->routes->{$conf->{'stash_checkers'}} //= {} |
| 35 | 17 | 2 | $c->stash->{$conf->{'stash_actions'}} //= [] |