Branch Coverage

blib/lib/Ixchel/Actions/sys_info.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
49 0 0 unless (defined $self->{'opts'}{'o'})
53 0 0 if ($self->{'opts'}{'o'} ne "toml" and $self->{'opts'}{'o'} ne "json" and $self->{'opts'}{'o'} ne "dumper" and $self->{'opts'}{'o'} ne "yaml")
71 0 0 unless (defined $sys_info->{'Network'}{'networkconfiguration'}{$net_if}{$net_if_arg})
79 0 0 if ($self->{'opts'}{'o'} eq 'toml') { }
0 0 elsif ($self->{'opts'}{'o'} eq 'json') { }
0 0 elsif ($self->{'opts'}{'o'} eq 'yaml') { }
94 0 0 if ($@) { }