MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / IsOdd

Function IsOdd

TestCoverageSharedLib/TestCoverageSharedLib.cpp:30–36  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

28{
29 //-------------------------------------------------------------------------
30 bool IsOdd(int n)
31 {
32 if (n % 2 == 0)
33 return true;
34
35 return false;
36 }
37
38 //-------------------------------------------------------------------------
39 fs::path GetMainCppPath()

Callers 1

_tmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected