| blib/lib/Mojolicious/Plugin/ForkCart.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if ($caddy->is_alive and $ENV{'HYPNOTOAD_STOP'}) |
| 28 | 0 | 0 | if ($caddy->is_alive and not $ENV{'MOJOLICIOUS_PLUGIN_FORKCART_ADD'}) { } |
| 0 | 0 | elsif ($caddy->is_alive) { } | |
| 0 | 0 | elsif ($ARGV[0] and $ARGV[0] =~ /^(daemon|prefork)$/) { } | |
| 0 | 0 | elsif ($ENV{'HYPNOTOAD_REV'} and 2 <= $ENV{'HYPNOTOAD_REV'}) { } | |
| 65 | 0 | 0 | if ($ops->{'process'}) |
| 80 | 0 | 0 | unless $app->can('fork_call') |
| 110 | 0 | 0 | unless system(@cmd) == 0 |