Condition Coverage

lib/AMQP.pm
Criterion Covered Total %
condition 2 12 16.6


or 2 conditions

line l !l condition
9 1 0 $url ||= ''
17 1 0 $+{'hostname'} || 'localhost'
18 0 0 $+{'port'} || 5672
19 0 0 $+{'vhost'} || '/'
20 0 0 $+{'username'} || 'guest'
21 0 0 $+{'password'} || 'guest'