Condition Coverage

blib/lib/Net/Peep/BC.pm
Criterion Covered Total %
condition 9 30 30.0


and 3 conditions

line !l l&&!r l&&r condition
154 0 3 0 defined $constant and $constant == 3
385 0 0 0 defined $server and $server ne ''

or 3 conditions

line l !l&&r !l&&!r condition
55 0 3 0 ref $self || $self
68 3 0 0 shift() || confess('Error: Client not found')
69 3 0 0 shift() || confess('Error: Configuration not found')
137 3 0 0 $self->getConfiguration || confess('Error: Configuration not found')
273 3 0 0 $configuration->getOption($client, 'port') || confess('Error: Expecting nonzero port!')
274 3 0 0 $configuration->getOption($client, 'server') || confess('Error: Expecting nonzero host!')
315 18 0 0 shift() || confess('option not found')
326 3 0 0 shift() || confess('option not found')