Branch Coverage

blib/lib/WebService/Amazon/DynamoDB/Server/Item.pm
Criterion Covered Total %
branch 16 24 66.6


line true false branch
86 0 23 unless defined $type
88 14 9 if ($type eq 'S') { }
2 7 elsif ($type eq 'N') { }
1 6 elsif ($type eq 'B') { }
2 4 elsif ($type eq 'BOOL') { }
1 3 elsif ($type eq 'NULL') { }
2 1 elsif ($type eq 'SS') { }
0 1 elsif ($type eq 'NS') { }
0 1 elsif ($type eq 'BS') { }
1 0 elsif ($type eq 'M') { }
0 0 elsif ($type eq 'L') { }
135 0 0 unless ($$self{'attribute_by_key'})