blib/lib/Catalyst/Plugin/Flavour.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 0 | $dir =~ m[^qr/]msx ? : |
49 | 0 | 0 | if ($@) |
52 | 0 | 0 | if ($c->req->path =~ /$re/) |
61 | 0 | 0 | unless @path and $path[0] |
62 | 0 | 0 | if ($c->req->path || '') =~ m[/$] |
66 | 0 | 0 | if (my($fn, $flavour) = ($path[-1] || '') =~ /(.*)\.(.*?)$/) { } |
70 | 0 | 0 | if $fn eq 'index' |
77 | 0 | 0 | unless (defined $$config{'date_flavour'} and not $$config{'date_flavour'}) |
79 | 0 | 0 | unless $path[0] |
81 | 0 | 0 | if ($param eq 'year' and $path[0] =~ /^\d{4}$/ or $path[0] =~ /^\d?\d$/) { } |