Branch Coverage

blib/lib/Ado/Control.pm
Criterion Covered Total %
branch 12 34 35.2


line true false branch
13 0 0 if $_[1]
33 1 4 unless ($c->accepts(@formats))
43 1 0 if $DEV_MODE
58 0 4 $prev > 0 ? :
64 0 4 ref $dsc_objects->[0] eq 'HASH' ? :
66 0 4 @$data == $range->[0] ? :
0 4 $range->[1] ? :
0 4 $meta ? :
101 0 0 unless $checks
106 0 0 $checks->{'required'} ? :
109 0 0 if $check eq 'required'
110 0 0 if (ref $checks->{$check} eq 'HASH') { }
0 0 elsif (ref $checks->{$check} eq 'ARRAY') { }
118 0 0 if $f->error($param)
124 0 0 !!keys(%{$errors;}) ? :
141 2 98 if ($user) { }
33 65 elsif ($c->{'user'}) { }