| blib/lib/Catalyst/Plugin/Firebug.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 1 | unless $c->debug or $ENV{'FIREBUG_DEBUG'} |
| 48 | 1 | 0 | if ($c->res->content_type =~ /html/) |
| 55 | 1 | 0 | if ($body =~ m[<head.*?>.*?</head>]is) { } |
| 62 | 1 | 0 | if ($body =~ m[<html.*?>.*?</html>]is) { } |