Condition Coverage

blib/lib/Dist/Zilla/Plugin/Repository.pm
Criterion Covered Total %
condition 11 11 100.0


and 3 conditions

line !l l&&!r l&&r condition
128 3 7 1 $repo{'url'} and $repo{'url'} =~ /\A\w+\z/
177 11 5 3 not exists $repo{'url'} and $self->has_repository

or 2 conditions

line l !l condition
35 40 23 $repo{$_} ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
75 16 2 3 $repo{'url'} or $repo{'web'}