MCPcopy Create free account
hub / github.com/comaps/comaps / Report

Method Report

tools/openlr/openlr_decoder.cpp:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void Report() const
71 {
72 LOG(LINFO, ("Parsed segments:", m_routesHandled));
73 LOG(LINFO, ("Routes failed:", m_routesFailed));
74 LOG(LINFO, ("Tight offsets:", m_tightOffsets));
75 LOG(LINFO, ("Short routes:", m_shortRoutes));
76 LOG(LINFO, ("Ambiguous routes:", m_moreThanOneCandidate));
77 LOG(LINFO, ("Path is not reconstructed:", m_zeroCanditates));
78 }
79
80 uint32_t m_shortRoutes = 0;
81 uint32_t m_zeroCanditates = 0;

Callers 1

DecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected