Branch Coverage

blib/lib/WWW/GoodData/Agent.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
148 0 0 if ref $response eq 'HASH'
151 0 0 if $response->header('Content-Type') =~ m[^application/json(;.*)?]
153 0 0 unless $decoded
159 0 0 unless ($response->is_success)
161 0 0 if exists $decoded->{'error'}
163 0 0 if $request_id
164 0 0 unless exists $decoded->{'message'}