MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / TEST

Function TEST

unitTests/test_safe_op.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144TEST(lowLevelAddOverflow, checkUnsignedOverflow) {
145 test_add<unsigned char>();
146 test_add<unsigned short>();
147 test_add<unsigned int>();
148 test_add<unsigned long>();
149 test_add<unsigned long long>();
150}
151
152TEST(lowLevelAddOverflow, checkSignedOverflow) {
153 test_add<char>();

Callers

nothing calls this directly

Calls 1

absFunction · 0.85

Tested by

no test coverage detected