blib/lib/Device/WallyHome/Role/REST.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
91 | 2 | 0 | $self->apiUseHttps ? : |
111 | 0 | 2 | unless ref $params and ref $params eq 'HASH' |
123 | 2 | 0 | if (defined $self->_testModeIdentifier) { } |
138 | 0 | 2 | if ($@) |
150 | 0 | 2 | unless defined $self->_testModeIdentifier |
156 | 1 | 1 | if ($uri =~ /^places$/) { } |
1 | 0 | elsif ($uri =~ m[^places/[^/]+/sensors]) { } | |
166 | 0 | 2 | unless $testUtil->can($testResponseFunc) |