blib/lib/WebService/EveOnline/Cache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 29 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 0 | 0 | -f $dbname and $type eq 'SQLite' |
84 | 0 | 0 | 0 | -f $dbname and $type eq 'SQLite' |
210 | 0 | 0 | 0 | $$self{'type'} and $$self{'type'} eq 'no_cache' |
239 | 0 | 0 | 0 | $tempdata and $until >= $now |
248 | 0 | 0 | 0 | $tempdata and $until >= $now |
line | l | !l | condition |
---|---|---|---|
44 | 0 | 0 | $$params{'cache_user'} || '' |
45 | 0 | 0 | $$params{'cache_pass'} || '' |
46 | 0 | 0 | $$params{'eve_user_id'} || '0' |
246 | 0 | 0 | $$self{'_memcache'}{$cachekey} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | my $type ||= $$self{'_type'} |
109 | 0 | 0 | 0 | my $dbname ||= $$self{'_dbname'} |