Branch Coverage

blib/lib/Net/API/Gett/Request.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
87 0 3 if ($method eq 'POST') { }
3 0 elsif ($method eq 'GET') { }
88 0 0 if (ref $data eq 'HASH')
103 3 0 if ($response->is_success) { }
235 0 0 $ret ? :
243 0 0 if ($response->is_success) { }