Branch Coverage

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


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