Branch Coverage

blib/lib/Net/Google/Spreadsheets/V4.pm
Criterion Covered Total %
branch 15 42 35.7


line true false branch
106 0 0 if ($content)
109 0 0 if ($opt->{'headers'})
114 0 0 $content ? :
122 0 0 if (not $res) { }
0 0 elsif ($res->status_line =~ /^500\s+Internal Response/ or $res->code =~ /^50[234]$/) { }
135 0 0 if (not $res) { }
139 0 0 if ($res->is_success) { }
140 0 0 $res->decoded_content ? :
141 0 0 wantarray ? :
144 0 0 wantarray ? :
159 0 0 unless exists $args->{$key}
168 0 0 if ($sheet->{'properties'}{$pkey} eq $args->{$akey})
215 5 1 if (exists $args->{'sheet_title'})
221 4 2 if (exists $args->{'start_column'})
224 4 2 if (exists $args->{'start_row'})
228 4 2 if (exists $args->{'end_column'})
231 3 3 if (exists $args->{'end_row'})
235 1 5 if (not $sheet_title) { }
1 4 elsif (not $start || $end) { }
250 0 8 if ($l > 0) { }
261 0 0 $status ? :