Branch Coverage

blib/lib/Win32/SqlServer/DTS/Credential.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
100 0 1 unless ref $self eq 'HASH'
103 1 0 if (not $$self{'use_trusted_connection'}) { }
105 0 1 unless (exists $$self{'user'} and exists $$self{'password'})