Branch Coverage

blib/lib/NetApp/Snapmirror.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
75 0 0 if ($args{'source'})
119 5 10 if ($value eq '-')
123 2 13 if ($key eq 'source' or $key eq 'destination') { }
124 2 0 if (my($hostname, $volume) = split(/:/, $value, 3))