| line | true | false | branch | 
 
| 94 | 0 | 6 | $^O eq 'cygwin' ? : | 
 
| 99 | 4 | 0 | unless (-e $path) | 
 
| 102 | 1 | 3 | unless -d $dir | 
 
| 103 | 4 | 0 | unless (-e readme()) | 
 
| 104 | 0 | 4 | unless my $fh = 'FileHandle'->new(readme(), 'w') | 
 
| 172 | 1 | 5 | if ($config_changed) | 
 
| 180 | 4 | 34 | unless ($config) | 
 
| 182 | 0 | 4 | -e $f ? : | 
 
| 220 | 1 | 7 | if (ref $value eq 'DateTime') | 
 
| 224 | 8 | 0 | if ($value) | 
 
| 242 | 2 | 36 | if (defined $new_value) { } | 
 
| 243 | 1 | 0 | if (defined $default and $new_value eq $default and not defined $value) | 
 
| 246 | 0 | 1 | if defined $value and $value eq $new_value | 
 
| 251 | 7 | 29 | defined $value ? : | 
 
| 282 | 2 | 19059 | unless (%workdays) | 
 
| 309 | 2 | 71 | unless (%hidden_columns) | 
 
| 325 | 2 | 25816 | unless (defined $tz) | 
 
| 328 | 0 | 2 | if ($@) |