Condition Coverage

blib/lib/Getopt/Param/Tiny.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
36 12 0 0 $$self{'opts'}{'help'} and $$arg_ref{'help_coderef'}
42 11 0 1 not keys %{$$self{'opts'};} and $$arg_ref{'no_args_help'}

or 2 conditions

line l !l condition
11 2 10 $$arg_ref{'quiet'} ||= 0
12 0 12 $$arg_ref{'strict'} ||= 0
40 8 4 $$arg_ref{'help_coderef'} || sub { die q[No 'help' function defined]; }