lib/Smartcat/Client/Object/ClientModel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
93 | 0 | 0 | if (defined $self->{$_key}) |
107 | 0 | 0 | if ($_type =~ /^array\[/i) { } |
0 | 0 | elsif (exists $hash->{$_json_attribute}) { } | |
134 | 0 | 0 | if ($type eq 'DateTime') { } |
0 | 0 | elsif (grep /^$type$/, ('int', 'double', 'string', 'boolean')) { } |