| 576 | double AvgRjCost; ///< Average reject cost, available after run(). |
| 577 | |
| 578 | CTester() |
| 579 | : RMCacheCount( 0 ) |
| 580 | { |
| 581 | } |
| 582 | |
| 583 | /** |
| 584 | * Function initalizes the tester. Then the addCorpus() function should be |
nothing calls this directly
no outgoing calls
no test coverage detected