| line | true | false | branch | 
 
| 75 | 0 | 6 | unless read $file, my $rec, $metadata_Size | 
 
| 96 | 0 | 6 | unless read $file, my $rec, $archiveInfo_Size | 
 
| 113 | 0 | 0 | unless $dbfile | 
 
| 115 | 0 | 0 | unless open my $file, '<', $dbfile | 
 
| 134 | 0 | 6 | unless $dbfile | 
 
| 136 | 0 | 6 | unless open my $file, '<', $dbfile | 
 
| 148 | 0 | 6 | unless $from < $until | 
 
| 151 | 1 | 5 | if $from < $oldest | 
 
| 154 | 0 | 6 | if $until > $now | 
 
| 161 | 6 | 0 | if ($$a{'retention'} >= $diff) | 
 
| 166 | 0 | 6 | unless $archive | 
 
| 174 | 0 | 6 | unless read $file, my $packed_point, $point_Size | 
 
| 177 | 0 | 6 | if ($base_interval == 0) | 
 
| 206 | 5 | 1 | if ($from_offset < $until_offset) { } | 
 
| 230 | 0 | 1736 | if ($point_time == $current_interval) | 
 
| 239 | 2 | 4 | if ($format) | 
 
| 246 | 118 | 0 | if ($date_format) | 
 
| 250 | 59 | 59 | if ($format eq 'tuples') | 
 
| 253 | 59 | 59 | if ($format eq 'split') | 
 
| 261 | 2 | 0 | if ($date_format) | 
 
| 278 | 1 | 5 | if ($format and $format eq 'split') |