Branch Coverage

blib/lib/Metabrik/Network/Ping.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
56 0 0 unless $self->brik_help_run_undef_arg('is_alive', $host)
59 0 0 unless my $os = 'Metabrik::System::Os'->new_from_brik_init($self)
60 0 0 if ($os->is_linux) { }
0 0 elsif ($os->is_freebsd) { }
61 0 0 unless $np = 'Metabrik::Network::Linux::Ping'->new_from_brik_init($self)
64 0 0 unless $np = 'Metabrik::Network::Freebsd::Ping'->new_from_brik_init($self)