| blib/lib/Dist/Zilla/Plugin/CheckChangeLog.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 0 | 4 | if ($filename) { } |
| 23 | 0 | 0 | unless -e $file |
| 28 | 0 | 4 | unless scalar @files |
| 33 | 2 | 3 | if ($self->has_version($file->content, $self->zilla->version)) |
| 53 | 0 | 4 | unless $line =~ /\S/ |
| 56 | 0 | 4 | if $line =~ /^\s+/ |
| 57 | 0 | 4 | if $line =~ /^\*/ |
| 58 | 0 | 4 | if $line =~ /^\-/ |
| 61 | 2 | 2 | if $line =~ /\Q$version\E/ |
| 70 | 17 | 0 | if -e "$root/$_->{'name'}" |