GCC Code Coverage Report | |||||||||||||||||||||
|
|||||||||||||||||||||
Line | Branch | Exec | Source |
1 |
#include <mathfunctions/Addition.h> |
||
2 |
|||
3 |
namespace MathFunctions { |
||
4 |
5 |
auto add(double x, double y) -> double { return x + y; } |
|
5 |
} // namespace MathFunctions |
Generated by: GCOVR (Version 4.2) |