Branch Coverage

blib/lib/Shell/EnvImporter/Result.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
50 45 0 if ($self->can($field))
52 0 45 exists $args{$field} ? :
53 0 45 if (ref($curval) =~ /ARRAY/) { }
0 45 elsif (ref($curval) =~ /HASH/) { }
87 0 0 if return $self->shell_status == 0 and $self->command_status == 0