Branch Coverage

blib/lib/Dancer/RPCPlugin/FlattenData.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
13 5 12 if (&blessed($to_flatten))
14 1 1 $to_flatten->isa('ARRAY') ? :
3 2 $to_flatten->isa('HASH') ? :
21 4 13 if ($ref_check eq 'HASH') { }
3 10 elsif ($ref_check eq 'ARRAY') { }
1 9 elsif ($ref_check eq 'SCALAR') { }