Branch Coverage

blib/lib/TableData/Object.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
20 0 49 if (not defined $data) { }
17 32 elsif (ref $data eq 'HASH') { }
9 23 elsif (is_aoaos($data, {'max', 10})) { }
8 15 elsif (is_aohos($data, {'max', 10})) { }
15 0 elsif (ref $data eq 'ARRAY') { }