Branch Coverage

blib/lib/Helios/TestService.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
70 0 0 if ($self->debug)
87 0 0 unless (eval { do { if ($self->debug) { $self->printConfigParams; $self->printJobArgs; } ; $self->logMsg($job, 'Helios::TestService says, "Hello World!"'); foreach my $arg (sort keys %$args) { $self->logMsg($job, "JOBARG=$arg VALUE=" . $args->{$arg}); } ; $self->completedJob($job); 1 } })
89 0 0 if ($E->isa('Helios::Error::Warning')) { }
0 0 elsif ($E->isa('Helios::Error::Fatal')) { }