Condition Coverage

blib/lib/Ham/Packet/DXSpider.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
126 0 0 0 ref $self->handle and $self->handle->isa("IO::Handle")
283 0 0 0 $freq >= $min and $freq <= $max
464 0 0 0 %message and $message{'type'} eq "private"
496 0 0 0 %message and $message{'type'} =~ /(private|public)/

or 2 conditions

line l !l condition
306 0 0 $args{'from'} || ''
307 0 0 $args{'to'} || ''
308 0 0 $args{'body'} || 'no message'
309 0 0 $args{'subject'} || 'no subject'

or 3 conditions

line l !l&&r !l&&!r condition
310 0 0 0 $args{'time'} || gmtime time