Branch Coverage

blib/lib/LINQ/Database.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
16 0 2 if (@_ == 1 and &Scalar::Util::blessed($_[0])) { }
28 0 8 if (@_ == 1 and ref $_[0] eq 'HASH') { }
8 0 elsif (@_ % 2 == 1) { }