| blib/lib/Plack/Middleware/ETag.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 14 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 6 | 0 | 1 | $self->check_last_modified_header and Plack::Util::header_exists($headers, 'Last-Modified') |
| 44 | 0 | 0 | 1 | $etag and not $etag =~ /-$/ |
| 48 | 0 | 0 | 1 | $etag and not $etag =~ /-$/ |
| 67 | 1 | 0 | 1 | ref $self->cache_control and ref $self->cache_control eq 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 33 | 0 | 1 | $self->file_etag || ['inode', 'mtime', 'size'] |