blib/lib/Catalyst/Action/Firebug.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
72 | 0 | 1 | unless $c->debug or $ENV{'FIREBUG_DEBUG'} |
74 | 1 | 0 | if ($c->res->content_type =~ /html/) |
81 | 1 | 0 | if ($body =~ m[<head.*?>.*?</head>]is) { } |
88 | 1 | 0 | if ($c->config->{'firebug'}{'expand_panel'} or $ENV{'FIREBUG_EXPAND'}) |
89 | 1 | 0 | if ($body =~ m[<html.*?>.*?</html>]is) { } |