| blib/lib/Catalyst/View/JavaScript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 0 | 0 | if $field =~ /^catalyst/ |
| 25 | 0 | 0 | if ($self->can($field)) { } |
| 45 | 0 | 0 | if ($self->disable_if_debug and $c->debug) |
| 49 | 0 | 0 | if ($self->_cache and $c->can('cache') and $data = $c->cache->get($self->_cache)) { } |
| 0 | 0 | elsif ($self->output) { } | |
| 0 | 0 | elsif ($self->stash and $self->key) { } | |
| 61 | 0 | 0 | unless ($cached) |
| 62 | 0 | 0 | if $self->compress |
| 63 | 0 | 0 | if $self->copyright |
| 69 | 0 | 0 | if $self->_cache and $c->can('cache') |