| blib/lib/API/Drip/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 89 | 0 | 0 | unless defined $self->{$key} |
| 101 | 0 | 0 | unless ($self->{'DRIP_DEBUG'}) |
| 102 | 0 | 0 | if ($OPT{'debugger'}) |
| 104 | 0 | 0 | ref $_ ? : |
| 144 | 0 | 0 | if (ref $content) |
| 153 | 0 | 0 | unless ($result->is_success) |
| 158 | 0 | 0 | if ($result->code == 204) |
| 163 | 0 | 0 | if ($@) |
| 227 | 0 | 0 | if defined $OPT->{$key} |
| 229 | 0 | 0 | if (defined $ENV{$key}) |
| 232 | 0 | 0 | if (defined $YAML_CONF->{$key}) |
| 245 | 0 | 0 | unless -f $location and -r _ |