| blib/lib/MojoX/Linda.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 20 | 45.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 1 | $conf_app ? : |
| 40 | 1 | 0 | unless (@{$conf->{'listen'}}) |
| 42 | 1 | 0 | unless ("IO::Socket::INET"->new("PeerAddr", "localhost", "Proto", "tcp", "PeerPort", $_)) |
| 55 | 0 | 1 | if $conf_app |
| 61 | 0 | 1 | if $conf->{'production'} |
| 62 | 0 | 1 | if $conf->{'backend'} |
| 65 | 0 | 0 | $conf->{'silent'} ? : |
| 71 | 1 | 0 | unless $conf->{'silent'} |
| 75 | 1 | 0 | if @{$conf->{'listen'};} |
| 76 | 0 | 1 | if @{$conf->{'watch'};} |