Branch Coverage

blib/lib/Net/BaruwaAPI.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
66 0 0 if ($data)
73 0 0 if ($res->header('Content-Type') and $res->header('Content-Type') =~ m[application/json]) { }
76 0 0 unless ($data)
77 0 0 unless $res->is_error
84 0 0 if (not $res->is_success and ref $data eq 'HASH' and exists $data->{'message'})
87 0 0 if (exists $data->{'errors'})