Condition Coverage

bin/clearpress
Criterion Covered Total %
condition 3 22 13.6


and 3 conditions

line !l l&&!r l&&r condition
225 0 0 0 not $opts->{'yes'} and -e $fn

or 2 conditions

line l !l condition
52 0 1 $opts->{'driver'} || 'mysql'
59 0 0 $app ||= ''
83 0 0 $type || 'char(128)'
184 0 0 $schema->{$view}{'has_many'} || []
185 0 0 $schema->{$view}{'has_a'} || []

or 3 conditions

line l !l&&r !l&&!r condition
82 0 0 0 $name ||= $column
216 0 0 0 $response ||= $default
249 4 2 0 scalar @{$a_deps;} <=> scalar @{$b_deps;} || $main::a->{'name'} cmp $main::b->{'name'}