Branch Coverage

blib/lib/Object/WithParams.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
123 1 2 if (defined $param and exists $$self{$param})
174 19 5 if ($num_args) { }
175 1 18 if (ref $args[0] eq 'HASH') { }
7 11 elsif ($num_args % 2 == 0) { }
10 1 elsif ($num_args == 1) { }