Condition Coverage

blib/lib/AI/Genetic.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
190 0 0 0 $N == 1 and not wantarray

or 2 conditions

line l !l condition
64 0 0 $args{-'fitness'} || sub { 1; }
65 0 0 $args{-'crossover'} || 0.95
66 0 0 $args{-'mutation'} || 0.05
67 0 0 $args{-'population'} || 100
68 0 0 $args{-'type'} || 'bitvector'
69 0 0 $args{-'terminate'} || sub { 0; }
127 0 0 $gens ||= 1
181 0 0 $N ||= 1