blib/lib/Mojo/Webqq/Cache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 6 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | if (exists $self->{$data_key}) { } |
22 | 0 | 0 | if (defined $self->{$data_key}{'ttl'}) { } |
23 | 0 | 0 | if ($self->{$data_key}{'ttl'} + $self->{$data_key}{'ctime'} > time) { } |