| blib/lib/Catalyst/Model/Memcached.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 18 | 66.6 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 22 | 0 | 1 | 0 | $self->{'__cache'} //= 'Cache::Memcached::Fast'->new($self->{'args'}) | 
| 34 | 1 | 1 | 0 | ref $hash ne 'HASH' or not $$hash{$self->{'primary_key'}} | 
| 42 | 1 | 1 | 1 | ref $hash ne 'HASH' or not $$hash{$self->{'primary_key'}} | 
| 50 | 1 | 1 | 0 | ref $hash ne 'HASH' or not $$hash{$self->{'primary_key'}} | 
| 63 | 1 | 1 | 0 | ref $hash ne 'HASH' or not $$hash{$self->{'primary_key'}} | 
| 72 | 1 | 1 | 0 | ref $hash ne 'HASH' or not $$hash{$self->{'primary_key'}} |