Branch Coverage

blib/lib/Net/API/Gett/File.pm
Criterion Covered Total %
branch 1 28 3.5


line true false branch
223 0 0 if (not ref $contents) { }
225 0 0 if (not -e $contents) { }
231 0 0 unless open $fh, '<', \$contents
236 0 0 unless open $fh, '<', $contents
242 0 0 if ref($contents) =~ /IO/
246 0 0 unless $fh
250 0 0 if ($response) { }
271 0 0 unless $self->has_user
276 0 0 unless $self->user->has_access_token
282 0 0 if ($response and exists $$response{'puturl'}) { }
302 0 0 unless $self->has_user
307 0 0 unless $self->user->has_access_token
313 0 0 if ($response) { }
327 1 0 if ($response->is_success) { }