blib/lib/Cache/CacheMetaData.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
80 | 1 | 10 | if ($a_expires_at eq $b_expires_at) |
85 | 0 | 10 | if $a_expires_at eq $Cache::CacheMetaData::EXPIRES_NOW |
86 | 0 | 10 | if $b_expires_at eq $Cache::CacheMetaData::EXPIRES_NOW |
87 | 0 | 10 | if $a_expires_at eq $Cache::CacheMetaData::EXPIRES_NEVER |
88 | 0 | 10 | if $b_expires_at eq $Cache::CacheMetaData::EXPIRES_NEVER |