MCPcopy Create free account
hub / github.com/EasyRPG/Player / testHitRateRow2k

Function testHitRateRow2k

tests/algo.cpp:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static void testHitRateRow2k(Game_Battler& source, Game_Battler& target, int rate) {
349 testHitRateRow(source, target, rate, rate, rate, rate, rate, rate);
350}
351
352TEST_CASE("HitRateArmorAndRow2k") {
353 const MockBattle mb(4, 4, Player::EngineRpg2k);

Callers 1

algo.cppFile · 0.85

Calls 1

testHitRateRowFunction · 0.85

Tested by

no test coverage detected