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'
|
277
|
0 |
0 |
40 |
(my $encoding = $self->_get_source_encoding) ne 'raw' and not eval {
do {
'Dist::Zilla::Role::PPI'->VERSION('6.003')
}
}
|