blib/lib/WWW/LogicBoxes/Role/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
70 | 0 | 0 | if ($raw_json =~ /^\d+$/) { } |
0 | 0 | elsif ($raw_json =~ /^(?:true|false)$/i) { } | |
0 | 0 | elsif ($raw_json =~ /^Success/i) { } | |
89 | 0 | 0 | if (exists $response->{'status'} and lc $response->{'status'} eq 'error') |
90 | 0 | 0 | if (exists $response->{'message'}) { } |
0 | 0 | elsif (exists $response->{'error'}) { } |