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

Function SpecialLineInfo

TestCoverageConsole/SpecialLineInfo.cpp:23–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //-------------------------------------------------------------------------
23 void SpecialLineInfo()
24 {
25 // Generate a SRCCODEINFO::LineNumber == 0x00feefee
26 try
27 {
28 throw 42;
29 }
30 catch (...)
31 {
32 }
33 }
34}

Callers 1

_tmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected