| blib/lib/SCGI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 10 | 70.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 49 | 0 | 4 | if @_ % 2 | 
| 53 | 0 | 1 | unless grep(($_ eq $option), 'blocking') | 
| 55 | 1 | 3 | $options{'blocking'} ? : | 
| 66 | 0 | 14 | unless my $connection = $this->socket->accept | 
| 67 | 12 | 2 | unless $this->blocking |