Branch Coverage

blib/lib/Data/Startup.pm
Criterion Covered Total %
branch 6 30 20.0


line true false branch
30 0 2 ref $class ? :
39 0 2 if $ref
40 0 2 if ($ref eq 'HASH') { }
0 2 elsif ($ref eq 'ARRAY') { }
68 0 0 unless (@_)
82 0 0 if $ref
83 0 0 if ($ref) { }
84 0 0 if ($ref eq 'HASH') { }
0 0 elsif ($ref eq 'ARRAY') { }
103 0 0 if (@$array == 1) { }
0 0 elsif (@$array and ${$array;}[0]) { }
107 0 0 if (@$array % 2 == 0) { }
136 0 1 unless ref $self
141 1 0 unless @_
151 0 0 if (ref $self eq 'HASH')