Branch Coverage

blib/lib/Ixchel/Actions/dump_config.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
71 0 0 unless (defined $self->{'opts'}{'o'})
75 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")
88 0 0 if (defined $self->{'opts'}{'s'}) { }
93 0 0 if ($@)
103 0 0 if ($self->{'opts'}{'o'} eq 'toml') { }
0 0 elsif ($self->{'opts'}{'o'} eq 'json') { }
0 0 elsif ($self->{'opts'}{'o'} eq 'yaml') { }
106 0 0 unless ($self->{'opts'}{'np'})
114 0 0 unless ($self->{'opts'}{'np'})
119 0 0 unless ($self->{'opts'}{'np'})