line |
true |
false |
branch |
25
|
3 |
1 |
if (-e $self->from->file('coverage.html')) { }
|
41
|
1 |
1 |
unless (-e $self->to->file("index.html"))
|
57
|
1 |
1 |
if (-e $self->archive_db) { }
|
86
|
1 |
2 |
if (-e $target)
|
95
|
10 |
12 |
unless $f =~ /\.(html|css)$/
|
96
|
0 |
12 |
unless copy($f->stringify, $target_string)
|
129
|
0 |
2 |
if ($this_total == $prev_total) { }
|
|
2 |
0 |
elsif ($this_total > $prev_total) { }
|
148
|
1 |
1 |
unless (-e $self->to->file("cover.css"))
|
149
|
0 |
1 |
unless copy($self->from->file("cover.css"), $self->to->file("cover.css"))
|
164
|
1 |
1 |
unless $prev->[0]
|
193
|
0 |
6 |
if ($nv == $ov) { }
|
|
6 |
0 |
elsif ($nv > $ov) { }
|