Condition Coverage

blib/lib/Dist/Zilla/Plugin/TravisCI/StatusBadge.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
91 19 1 7 $self->has_user and $self->has_repo
93 4 1 22 $self->has_user and $self->has_repo
111 17 0 1 $self->readme =~ /\.pod$/ and $self->format eq ''
190 17 0 0 $self->has_user and $self->has_repo
203 1 0 15 defined $user and defined $repo

or 3 conditions

line l !l&&r !l&&!r condition
111 1 1 17 $self->format eq 'pod' or $self->readme =~ /\.pod$/ and $self->format eq ''