Condition Coverage

blib/lib/Dist/Zilla/Plugin/ReadmeAnyFromPod.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
121 19 22 1 $self->location eq 'build' and $self->phase eq 'release'
124 19 18 4 $self->location eq 'build' and $self->type eq 'pod'
133 19 1 21 $self->location eq 'build' and &none(sub { $_->name eq $filename; } , @{$self->zilla->files;})
153 22 9 10 $self->location eq 'root' and not grep({$_->filename eq $self->filename if &blessed($self) eq &blessed($_) and $_->location eq 'build';} @{$self->zilla->plugins;})
155 210 45 34 &blessed($self) eq &blessed($_) and $_->location eq 'build'