Condition Coverage

blib/lib/Nexus/REST.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 $type =~ m[text/html]i and eval { do { require HTML::TreeBuilder } }
94 0 0 0 ref $error eq 'HASH' and exists $error->{'errorMessages'}

or 2 conditions

line l !l condition
167 0 0 $headers //= {}
168 0 0 $headers->{'Content-Type'} //= 'application/json;charset=UTF-8'
180 0 0 $headers //= {}
181 0 0 $headers->{'Content-Type'} //= 'application/json;charset=UTF-8'