| blib/lib/Mojolicious/Plugin/HTMLLint.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 10 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 1 | 0 | if ($conf->{'on_error'} and ref $conf->{'on_error'} eq 'CODE') { } |
| 31 | 0 | 2 | unless $res->code =~ /^2/ |
| 34 | 0 | 2 | unless $res->headers->content_type |
| 35 | 0 | 2 | unless $res->headers->content_type =~ /html/ |
| 43 | 0 | 3 | if $err_msg ~~ $skip |