Condition Coverage

blib/lib/App/AYCABTU.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
128 0 0 0 not $$entry{'name'} and $repo =~ m[.*/(.*).git$]
318 0 0 0 $o =~ /^nothing to commit/m and not $e

or 2 conditions

line l !l condition
28 0 0 $ENV{'AYCABTU_DEFAULT_OPTS'} || ''
127 0 0 $$entry{'name'} ||= ''
135 0 0 $$entry{'type'} || ''
142 0 0 $$entry{'tags'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
34 0 0 0 @{$self->repos;} or @{$self->names;}
45 0 0 0 $verbose ||= $normal
46 0 0 0 $normal ||= $quiet
96 0 0 0 -e $self->file || @{[glob($self->file . '*')];}
118 0 0 0 ref $config ne 'ARRAY' or grep {ref $_ ne 'HASH';} @$config
136 0 0 0 $type ||= $repo =~ /\.git$/ ? 'git' : ($repo =~ /svn/ ? 'svn' : '')