Branch Coverage

lib/Smartcat/Client/Object/AccountModel.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
91 0 0 if (defined $self->{$_key})
105 0 0 if ($_type =~ /^array\[/i) { }
0 0 elsif (exists $hash->{$_json_attribute}) { }
132 0 0 if ($type eq 'DateTime') { }
0 0 elsif (grep /^$type$/, ('int', 'double', 'string', 'boolean')) { }