blib/lib/Bot/Cobalt/Plugin/RDB/SearchCache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 20 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 0 | 8 | defined $ckey and defined $match |
55 | 0 | 0 | 5 | defined $ckey and defined $match |
0 | 5 | 0 | defined $ckey and defined $match and exists $self->{'Cache'}{$ckey} | |
0 | 5 | 0 | defined $ckey and defined $match and exists $self->{'Cache'}{$ckey} and $self->{'Cache'}{$ckey}{$match} | |
78 | 0 | 0 | 1 | exists $self->{'Cache'}{$ckey} and keys %{$$self{'Cache'}{$ckey};} |
89 | 0 | 2 | 6 | defined $ckey and ref $self->{'Cache'}{$ckey} |
line | l | !l | condition |
---|---|---|---|
26 | 0 | 1 | $opts{'MaxKeys'} || 30 |