line |
!l |
l&&!r |
l&&r |
condition |
77
|
0 |
45 |
35 |
$attr && $attr->has_value($zilla)
|
117
|
0 |
28 |
7 |
$attr and $attr->has_value($zilla)
|
179
|
0 |
0 |
10 |
$filename and defined $index
|
228
|
1 |
0 |
8 |
$filename and defined $index
|
266
|
0 |
6 |
1 |
'Dist::Zilla'->VERSION >= 5.024 and $prereq_attr->has_value($self->zilla)
|
298
|
1 |
0 |
8 |
$filename and defined $index
|
321
|
0 |
1 |
6 |
not $file->isa('Dist::Zilla::File::FromCode') and &none(sub {
$file->name eq $_;
}
, $self->skip_file)
|
|
1 |
6 |
0 |
not $file->isa('Dist::Zilla::File::FromCode') and &none(sub {
$file->name eq $_;
}
, $self->skip_file) and $all_files{$file->name}[$index]{'content'} ne md5_hex($file->encoded_content)
|