Branch Coverage

blib/lib/Apache/Session/Browseable/DBI.pm
Criterion Covered Total %
branch 22 28 78.5


line true false branch
19 4 2 if ($class->_fieldIsIndexed($args, $selectField)) { }
35 1 1 if ($class->_fieldIsIndexed($args, $selectField)) { }
48 0 5 ref $$args{'Index'} ? :
60 1 4 if ($indexed) { }
79 2 5 if (@fields) { }
100 2 4 if ($data and ref $data ne 'CODE')
101 0 2 unless ref $data
102 0 2 ref $$args{'Index'} ? :
111 1 1 if ($indexed)
128 84 56 if (ref $data eq 'CODE') { }
28 28 elsif ($data) { }
130 0 84 if defined $tmp
133 0 28 unless ref $data
147 0 11 unless my $datasource = $$args{'DataSource'}