MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / summary

Method summary

test/testoptions.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void summary() const {
152 const char* argv[] = {"./test_runner", "TestClass::TestMethod", "-n"};
153 options args(getArrayLength(argv), argv);
154 ASSERT_EQUALS(false, args.summary());
155 ASSERT(args.errors().empty());
156 }
157
158 void dry_run() const {
159 const char* argv[] = {"./test_runner", "TestClass::TestMethod", "-d"};

Callers 1

defaultsMethod · 0.45

Calls 2

getArrayLengthFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected