| blib/lib/Alvis/Pipeline/Write.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 10 | 80.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 1 | 5 | unless $$this{'host'} = delete $opts{'host'} | 
| 18 | 1 | 4 | unless $$this{'port'} = delete $opts{'port'} | 
| 22 | 1 | 3 | unless $$this{'socket'} = 'IO::Socket::INET'->new('PeerAddr', $$this{'host'}, 'PeerPort', $$this{'port'}, 'Proto', 'tcp') | 
| 44 | 0 | 16 | if ref $xmlDocument | 
| 59 | 0 | 3 | unless $$this{'socket'}->close |