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