line |
true |
false |
branch |
23
|
0 |
0 |
-f $dep_file ? : |
|
0 |
0 |
if $DEBUG |
24
|
0 |
0 |
-f $if_file ? : |
|
0 |
0 |
if $DEBUG |
26
|
0 |
0 |
if (not -f $dep_file or $if_file and not -f $if_file) |
27
|
0 |
0 |
if $DEBUG |
31
|
0 |
0 |
if $DEBUG |
33
|
0 |
0 |
unless open IN, $dep_file |
44
|
0 |
0 |
if $DEBUG |
49
|
0 |
0 |
if (-f $err_file) { } |
50
|
0 |
0 |
if $DEBUG |
52
|
0 |
0 |
if ($err_file_mtime < $src_file_mtime) { } |
55
|
0 |
0 |
if $DEBUG |
56
|
0 |
0 |
if $DEBUG |
65
|
0 |
0 |
if $DEBUG |
69
|
0 |
0 |
if $DEBUG |
72
|
0 |
0 |
-f $cache_file ? : |
|
0 |
0 |
if $DEBUG |
74
|
0 |
0 |
unless (-f $cache_file or $has_cached_err) |
75
|
0 |
0 |
if $DEBUG |
76
|
0 |
0 |
if $DEBUG |
80
|
0 |
0 |
if $DEBUG |
84
|
0 |
0 |
if (-f $cache_file and $cache_file_mtime < $src_file_mtime) |
87
|
0 |
0 |
if $DEBUG |
88
|
0 |
0 |
if $DEBUG |
92
|
0 |
0 |
if $DEBUG |
100
|
0 |
0 |
unless (-f $cache_file) |
101
|
0 |
0 |
if $DEBUG |
106
|
0 |
0 |
unless (-f $if_file) |
107
|
0 |
0 |
if $DEBUG |
122
|
0 |
0 |
if $DEBUG |
124
|
0 |
0 |
if ((stat $cache_file)[9] < (stat $src_file)[9]) |
128
|
0 |
0 |
if $DEBUG |
131
|
0 |
0 |
if $DEBUG |
133
|
0 |
0 |
if ($has_cached_err) |
134
|
0 |
0 |
if $DEBUG |
136
|
0 |
0 |
if ($err_file_mtime < (stat $if_file)[9]) |
140
|
0 |
0 |
if $DEBUG |
145
|
0 |
0 |
if $DEBUG |
148
|
0 |
0 |
if $DEBUG |
150
|
0 |
0 |
if ($cache_file_mtime < (stat $if_file)[9]) |
153
|
0 |
0 |
if $DEBUG |
154
|
0 |
0 |
unless $has_cached_err |
158
|
0 |
0 |
if $DEBUG |
163
|
0 |
0 |
if $DEBUG |
165
|
0 |
0 |
if $has_cached_err and $status eq $clean |
167
|
0 |
0 |
if $DEBUG |
180
|
0 |
0 |
unless $dep_file and $src_file and $err_file and $cache_file and $entries_href |
193
|
0 |
0 |
unless -d $dir |
194
|
0 |
0 |
unless open OUT, "> $dep_file" |
213
|
0 |
0 |
unless -f $dep_file |
215
|
0 |
0 |
unless open IN, $dep_file |
237
|
0 |
0 |
unless open IN, $dep_file |
245
|
0 |
0 |
if (-f $http_file) |
246
|
0 |
0 |
if -f $http_file |