Branch Coverage

blib/lib/WebService/EveOnline/Cache.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
50 0 0 unless ($type eq 'no_cache')
51 0 0 if (-f $dbname and $type eq 'SQLite')
84 0 0 if (-f $dbname and $type eq 'SQLite')
112 0 0 if (-f $dbname)
120 0 0 unless ($dbh)
125 0 0 unless $dbh
127 0 0 if ($db_exists) { }
174 0 0 if ($req)
175 0 0 if (ref $req eq 'ARRAY') { }
210 0 0 if $$self{'type'} and $$self{'type'} eq 'no_cache'
235 0 0 if ($$self{'_dbh'}) { }
239 0 0 if ($tempdata and $until >= $now) { }
248 0 0 if ($tempdata and $until >= $now) { }
277 0 0 if $$details{'max_cache'}
279 0 0 if ($$self{'_dbh'}) { }
298 0 0 if ($_[1]) { }