blib/lib/Nexus/REST.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 0 | 0 | 0 | $type =~ m[text/html]i and eval { do { require HTML::TreeBuilder } } |
97 | 0 | 0 | 0 | ref $error eq 'HASH' and exists $$error{'errorMessages'} |
line | l | !l | condition |
---|---|---|---|
170 | 0 | 0 | $headers //= {} |
171 | 0 | 0 | $$headers{'Content-Type'} //= 'application/json;charset=UTF-8' |
183 | 0 | 0 | $headers //= {} |
184 | 0 | 0 | $$headers{'Content-Type'} //= 'application/json;charset=UTF-8' |