blib/lib/Algorithm/Evolutionary/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
subroutine | 15 | 16 | 93.7 |
pod | 10 | 10 | 100.0 |
line | count | pod | subroutine |
---|---|---|---|
3 | 2 | n/a | BEGIN |
4 | 2 | n/a | BEGIN |
5 | 2 | n/a | BEGIN |
9 | 2 | n/a | BEGIN |
10 | 2 | n/a | BEGIN |
18 | 32 | Yes | random_chromosome |
27 | 125 | Yes | max_ones |
37 | 0 | Yes | max_ones_fast |
41 | 7 | Yes | get_pool_roulette_wheel |
64 | 4 | Yes | get_pool_binary_tournament |
85 | 3 | Yes | spin |
90 | 4 | Yes | produce_offspring |
105 | 124 | Yes | mutate |
113 | 62 | Yes | crossover |
126 | 4 | Yes | single_generation |
133 | 64 | n/a | __ANON__ |