| line | % | coverage | branch | 
|---|
| 24 | 0 | T | F | if (-e $self->from->file('coverage.html')) { } | 
| 40 | 0 | T | F | unless (-e $self->to->file('index.html')) | 
| 56 | 0 | T | F | if (-e $self->archive_db) { } | 
| 85 | 0 | T | F | if (-e $target) | 
| 94 | 0 | T | F | unless $f =~ /\.(html|css)$/ | 
| 95 | 0 | T | F | unless copy($f->stringify, $target_string) | 
| 128 | 50 | T | F | if ($this_total == $prev_total) { } | 
|  | 50 | T | F | elsif ($this_total > $prev_total) { } | 
| 147 | 0 | T | F | unless (-e $self->to->file('cover.css')) | 
| 148 | 0 | T | F | unless copy($self->from->file('cover.css'), $self->to->file('cover.css')) | 
| 163 | 100 | T | F | unless $$prev[0] | 
| 192 | 50 | T | F | if ($nv == $ov) { } | 
|  | 50 | T | F | elsif ($nv > $ov) { } |