Condition Coverage

blib/lib/Ado/Build.pm
Criterion Covered Total %
condition 1 30 3.3


and 2 conditions

line l !l condition
112 0 0 say "rmdir $_" and next

and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 $asset =~ /ado\.sqlite/u and -s $asset_path
112 0 0 0 $verbose and $dryrun
213 0 0 0 -f $file and $file =~ m[(\.pl|/ado|\.pm|ado.*?\.conf|\.t)$]ux

or 2 conditions

line l !l condition
52 0 0 $ENV{'MOJO_MODE'} ||= 'development'
99 0 0 shift() || 1

or 3 conditions

line l !l&&r !l&&!r condition
26 0 1 0 $self->install_base || $self->config('siteprefix')
51 0 0 0 $self->install_base || $self->config('siteprefix')
198 0 0 0 chmod($mode, $file) || Carp::carp("Could not change mode for ${file}: $!")
243 0 0 0 "$log_dir/development.log" || Carp::croak($!)
245 0 0 0 "$log_dir/production.log" || Carp::croak($!)