| blib/lib/Dist/Zilla/Plugin/ChangeStats/Dependencies/Git.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | $self->add_to_first_release and $is_first_release |
| 129 | 0 | 0 | 0 | defined $tag_meta and defined $current_meta |
| 184 | 0 | 0 | 0 | not $is_first_release and $self->do_stats |
| line | l | !l | condition |
|---|---|---|---|
| 146 | 0 | 0 | $tag_meta->{$phase}{$relation} || {} |
| 147 | 0 | 0 | $current_meta->{$phase}{$relation} || {} |
| 154 | 0 | 0 | delete $now->{$module} || '(any)' |
| 162 | 0 | 0 | $previous_version || '(any)' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 149 | 0 | 0 | 0 | scalar keys %{$prev;} or scalar keys %{$now;} |