Condition Coverage

blib/lib/App/af.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
74 1 1 1 defined $ARGV[0] && !($ARGV[0] =~ /^-/u)
139 0 0 4 $class->can("runtime_prop") and $class->runtime_prop

or 2 conditions

line l !l condition
36 0 0 $App::af::VERSION // "dev"
89 0 0 $App::af::VERSION || 'dev'

or 3 conditions

line l !l&&r !l&&!r condition
131 2 21 0 $args{'root'} ||= tempdir("CLEANUP", 1)