| line | % | coverage | condition |
| 19 | 33 | | defined $^V && $^V ge 'v5.14.0' |
| 164 | 100 | | Params::Get::get_params(undef, \@_) || {} |
| 176 | 25 | | $merged{'cache'}->can("get") and $merged{'cache'}->can("set") and $merged{'cache'}->can("purge") |
| 196 | 50 | | Params::Get::get_params('cache', @_) || {} |
| 199 | 67 | | $params->{'object'} ||= "Class::Simple"->new |
| 208 | 100 | | $params->{'cache'}->can("get") and $params->{'cache'}->can("set") and $params->{'cache'}->can("purge") |
| 268 | 100 | | $method eq 'new' || $self->{'object'}->can($method) || $self->SUPER::can($method) |
| 313 | 100 | | $class eq ref $self or $class eq __PACKAGE__ or $self->SUPER::isa($class) |
| 492 | 67 | | not ref $rc->[0] and $rc->[0] eq "Class::Simple::Cached>UNDEF<" |