blib/lib/Mojolicious/Plugin/AutoReload.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 0 | 0 | 2 | srand && int rand 65536 |
138 | 1 | 0 | 3 | $app->mode eq 'development' and not $c->stash('plugin.auto_reload.disable') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
102 | 3 | 0 | 0 | $c->req->url->path ne '/auto_reload' or $c->req->is_handshake |
110 | 0 | 0 | 0 | not $c->param('nonce') or $c->param('nonce') ne $nonce |