MCPcopy Create free account
hub / github.com/KDE/labplot / elementLogCount

Method elementLogCount

tests/backend/Retransform/RetransformTest.cpp:2089–2091  ·  view source on GitHub ↗

! * \brief RetransformCallCounter::elementLogCount * Counts the number of different elements which got at least one retransform * \param includeSuppressed * \return */

Source from the content-addressed store, hash-verified

2087 * \return
2088 */
2089int RetransformCallCounter::elementLogCount(bool includeSuppressed) {
2090 return statistic(includeSuppressed).count();
2091}
2092
2093/*!
2094 * \brief RetransformCallCounter::calledExact

Callers 8

TestResizeWindowsMethod · 0.80
TestPaddingMethod · 0.80
TestAddCurveMethod · 0.80
TestImportCSVMethod · 0.80
TestSetScaleMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected