Condition Coverage

blib/lib/Dist/Zilla/Plugin/CheckSelfDependency.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
52 0 10 0 $file->can('encoding') and $file->encoding eq 'bytes'
58 2 3 1 exists $$develop_prereqs_hash{$package} and not exists $$provides{$package}

or 3 conditions

line l !l&&r !l&&!r condition
58 4 0 6 exists $prereqs{$package} or exists $$develop_prereqs_hash{$package} and not exists $$provides{$package}