| line | true | false | branch | 
 
| 169 | 0 | 0 | if ($n >= 1073741824) { } | 
 
|  | 0 | 0 | elsif ($n >= 1048576) { } | 
 
|  | 0 | 0 | elsif ($n >= 1024) { } | 
 
| 181 | 0 | 0 | unless $h | 
 
| 183 | 0 | 0 | unless $bts | 
 
| 194 | 0 | 0 | if ($hours) { } | 
 
|  | 0 | 0 | elsif ($mins >= 2) { } | 
 
|  | 0 | 0 | elsif ($secs < 120) { } | 
 
| 224 | 0 | 0 | if (not $t or lc $t eq 'now') { } | 
 
|  | 0 | 0 | elsif ($t =~ /^\d+$/) { } | 
 
|  | 0 | 0 | elsif ($t =~ /^([+-]?(?:\d+|\d*\.\d*))([smhdwMy])/) { } | 
 
| 235 | 0 | 0 | if $s =~ /^\d+$/ | 
 
| 240 | 0 | 0 | if $i < 0 | 
 
| 241 | 0 | 0 | $i < 0 ? : | 
 
| 243 | 0 | 0 | $c ? : | 
 
| 249 | 0 | 0 | unless -e $f | 
 
| 250 | 0 | 0 | unless open my $md5_fh, "<", $f | 
 
| 251 | 0 | 0 | if ($md5_fh) | 
 
| 262 | 0 | 0 | unless length $file | 
 
| 263 | 0 | 0 | unless ref $data eq "ARRAY" or ref $data eq "HASH" | 
 
| 271 | 0 | 0 | unless length $file | 
 
| 272 | 0 | 0 | unless (-e $file) |