Condition Coverage

blib/lib/App/Basis.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
389 7 11 0 $_cmd_line_options{$name} and $full_options{$name}{'validate'}

or 2 conditions

line l !l condition
449 2 1 shift() || 1

or 3 conditions

line l !l&&r !l&&!r condition
116 0 0 0 not $func or ref $func ne 'CODE'
371 7 0 1 $_cmd_line_options{$name} or $full_options{$name}{'default'}
398 3 0 0 $full_options{$name}{'required'} or $full_options{$name}{'default'}
582 1 1 7 $file =~ m[^\./]u or $file eq '.'