blib/lib/Test/More/Fork.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
78 | 90 | 17 | unless $CHILD |
91 | 168 | 10 | if $caller eq 'Test::More::Fork' |
114 | 15 | 5 | if (my $pid = fork) { } |
119 | 8 | 6 | if $message |
120 | 8 | 6 | if $count |
125 | 1 | 4 | if ($@) { } |
137 | 1 | 30 | unless $data =~ /^\$VAR1/ |
148 | 5 | 30 | if ($tb->current_test != $number and not $summary[$number]) |
151 | 5 | 30 | if $@ |