line |
true |
false |
branch |
36
|
0 |
0 |
unless defined $fname |
61
|
0 |
0 |
unless my $dbobj = CORE::tie(%db, 'AnyDBM_File', $$self{'filename'}, 66, 384) |
65
|
0 |
0 |
if ($AnyDBM_File::ISA[0] ne 'DB_File') |
74
|
0 |
0 |
unless open DB_FH, "+<&=$fd" |
75
|
0 |
0 |
if (-O DB_FH) |
97
|
0 |
0 |
unless CORE::untie $$self{'db'} |
131
|
0 |
0 |
if (defined $str) { } |
148
|
0 |
0 |
if (defined $val and $val eq $HTML::WebMake::SiteCache::UNDEF_SYMBOL) |
154
|
0 |
0 |
unless (defined $key) |
155
|
0 |
0 |
unless (defined $val) |
160
|
0 |
0 |
if (defined $front and $front eq $val) |
172
|
0 |
0 |
unless (defined $cachename) |
175
|
0 |
0 |
unless (defined $thenmtime) |
179
|
0 |
0 |
if ($thenmtime < $nowmtime or not open(IN, "<$cachename")) |
200
|
0 |
0 |
unless (open OUT, ">$cachename") |
202
|
0 |
0 |
unless (close OUT) |