| blib/lib/Test/MooseX/Daemonize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 10 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 3 | if (my $pid = fork) { } |
| 26 | 0 | 1 | unless $Test->ok($daemon->pidfile->does_file_exist, $msg) |
| 34 | 0 | 1 | unless open my $stdout_in, '<', $app->test_output |
| 39 | 4 | 0 | if ($line =~ /\A(?:(not\s+)?ok)(?:\s+-)(?:\s+(.*))\z/) { } |
| 0 | 0 | elsif ($line =~ s/\A#\s?//) { } |