LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #ifndef MYMATH_H 2 : : #define MYMATH_H 3 : : 4 : : #include <QString> 5 : : #include <QObject> 6 : : 7 : 0 : class MyMath : public QObject 8 : : { 9 : : 10 : : public: 11 : : MyMath(); 12 : : int abs(int x); 13 : : }; 14 : : 15 : : #endif // DIFF_H |
Generated by: LCOV version 1.12 |