| blib/lib/Test/Reporter/HTTPGateway.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 0 | unless $ENV{'TEST_REPORTER_HTTPGATEWAY_MAILER'} |
| 56 | 0 | 0 | unless $ENV{'TEST_REPORTER_HTTPGATEWAY_ADDRESS'} |
| 106 | 0 | 0 | unless defined $post{$_} and length $post{$_} |
| 109 | 0 | 0 | if $_ eq 'report' |
| 110 | 0 | 0 | if $post{$_} =~ /[\r\n]/ |
| 113 | 0 | 0 | unless $self->key_allowed($post{'key'}) |
| 128 | 0 | 0 | unless $rv |
| 131 | 0 | 0 | if (my $error = $@) { } |
| 134 | 0 | 0 | if (ref $error eq 'ARRAY') { } |
| 140 | 0 | 0 | unless $status and $status =~ /\A\d{3}\z/ |
| 168 | 0 | 0 | ref $self ? : |