Condition Coverage

blib/lib/App/git/ship/perl.pm
Criterion Covered Total %
condition 5 31 16.1


and 2 conditions

line l !l condition
54 0 0 warn "!! rm ${file}: $!" and next
225 0 1 0 push @message, $_ and $version = $1

and 3 conditions

line !l l&&!r l&&r condition
47 0 0 0 unlink 'Makefile' and $self->_make('clean')
223 3 5 1 @message and /^$VERSION_RE\s+/

or 2 conditions

line l !l condition
10 0 5 $ENV{'GIT_SHIP_DEBUG'} || 0
44 0 0 shift() // 1
132 0 0 $ENV{'DEVEL_COVER_OPTIONS'} || '+ignore,^t\\b'
180 0 0 $ENV{'GIT_SHIP_NEW_VERSION_FORMAT'} || '%v %Y-%m-%dT%H:%M:%S%z'

or 3 conditions

line l !l&&r !l&&!r condition
268 0 0 0 $file ||= do { require ExtUtils::Manifest; $ExtUtils::Manifest::DEFAULT_MSKIP }
383 0 0 0 $r{'pod'} ||= s/$VERSION_RE/$version/
0 0 0 $r{'pod'} && /^=(cut|head1)/ || eof
384 0 0 0 $r{'var'} ||= s/((?:our)?\s*\$VERSION)\s*=.*/$1 = '${version}';/