| blib/lib/Mojolicious/Plugin/DBIC/Controller/DBIC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 11 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 282 | 0 | 2 | 0 | $c->accepts('html') and $c->validation->csrf_protect->has_error('csrf_token') |
| 436 | 0 | 1 | 0 | $c->accepts('html') and $c->validation->csrf_protect->has_error('csrf_token') |
| line | l | !l | condition |
|---|---|---|---|
| 246 | 6 | 0 | $c->stash('resultset') || die('"resultset" name not defined in stash') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 262 | 3 | 3 | 0 | $c->param($key) // $row->$key |