| examples/08-tls-introspection/app.pl | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 16 | 68.7 |
| line | true | false | branch |
|---|---|---|---|
| 11 | 0 | 8 | if $event->{'type'} ne "http.request" |
| 12 | 8 | 0 | unless $event->{'more'} |
| 20 | 8 | 8 | if ($scope->{'type'} eq "lifespan") |
| 23 | 8 | 8 | if ($event->{'type'} eq 'lifespan.startup') { } |
| 8 | 0 | elsif ($event->{'type'} eq 'lifespan.shutdown') { } | |
| 34 | 0 | 8 | unless $scope->{'type'} eq "http" |
| 39 | 4 | 4 | if ($tls) { } |
| 44 | 0 | 4 | defined $tls->{'cipher_suite'} ? : |