| blib/lib/Catalyst/Plugin/VersionedURI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 7 | 42.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 4 | 0 | 0 | not exists $self->config->{'Plugin::VersionedURI'} and exists $self->config->{'VersionedURI'} |
| line | l | !l | condition |
|---|---|---|---|
| 33 | 4 | 0 | $self->config->{'Plugin::VersionedURI'}{'uri'} || '/static' |
| 68 | 0 | 1 | $self->config->{'Plugin::VersionedURI'}{'include_path'} // [$self->config->{'root'}] |