blib/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
177 | 0 | 43 | unless $string_ref or $filename |
179 | 0 | 43 | unless my $query = $$self{'webapp'}->query |
186 | 39 | 4 | if ($filename) |
189 | 4 | 39 | if ($string_ref) |
193 | 1 | 42 | if ($$self{'driver_config'}{'associate_query'}) |
209 | 13 | 0 | if ($$self{'driver'}) |
259 | 11 | 220 | if ($tag =~ /$tag_match/) |
268 | 23 | 12 | if ($param =~ /^('|")?(.*?)\1$/) { } |