blib/lib/Test/WWW/Mechanize/JSON.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
143 | 0 | 0 | exists $self->response->headers->{'x-json'} ? : |
172 | 0 | 0 | unless ($desc) |
173 | 0 | 0 | if (defined $json and ref $json eq 'HASH' and not $@) { } |
217 | 0 | 0 | if (not defined $json) { } |
0 | 0 | elsif (not ref $json or ref $json ne 'HASH') { } | |
227 | 0 | 0 | if $@ |
232 | 0 | 0 | $_[0]->response->headers('content-type') =~ /charset=\s*utf-8/ ? : |