LCOV - code coverage report
Current view: top level - src - mymath.h (source / functions) Hit Total Coverage
Test: lcov-run.info Lines: 0 1 0.0 %
Date: 2019-01-14 21:49:41 Functions: 0 2 0.0 %
Branches: 0 0 -

           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