| blib/lib/Dist/Zilla/Plugin/CheckChangeLog.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 20 | 65.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 2 | 2 | if ($filename) { } |
| 24 | 0 | 2 | unless -e $filename |
| 29 | 0 | 2 | unless scalar @files |
| 34 | 2 | 2 | if ($self->has_version($file->content, $self->zilla->version)) |
| 54 | 0 | 3 | unless $line =~ /\S/ |
| 57 | 0 | 3 | if $line =~ /^\s+/ |
| 58 | 0 | 3 | if $line =~ /^\*/ |
| 59 | 0 | 3 | if $line =~ /^\-/ |
| 62 | 2 | 1 | if $line =~ /\Q$version\E/ |
| 71 | 8 | 0 | if -e "$root/$_->{'name'}" |