Condition Coverage

blib/lib/AI/ParticleSwarmOptimization/Pmap.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
43 10000 0 0 defined $self->{'exitFit'} and $fit < $self->{'exitFit'}
96 10000 0 0 $self->{'stallSpeed'} and $vel <= $self->{'stallSpeed'}

or 3 conditions

line l !l&&r !l&&!r condition
96 0 0 10000 not $vel or $self->{'stallSpeed'} and $vel <= $self->{'stallSpeed'}