blib/lib/Mojo/Server/Morbo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | if $self->{'worker'} |
42 | 0 | 0 | if (my(@files) = @{$self->backend->modified_files;}) |
43 | 0 | 0 | @files == 1 ? : |
0 | 0 | unless $self->silent | |
47 | 0 | 0 | if $self->{'worker'} |
51 | 0 | 0 | if (my $pid = $self->{'worker'}) |
52 | 0 | 0 | if waitpid($pid, 1) == $pid |
55 | 0 | 0 | if not $self->{'worker'} and delete $self->{'modified'} |
63 | 0 | 0 | unless defined(my $pid = $self->{'worker'} = fork) |
64 | 0 | 0 | if $pid |
69 | 0 | 0 | unless kill 0, $manager |