LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : /* 2 : : * MeasureBase_test.cpp 3 : : * 4 : : * Created on: 20.02.2019 5 : : * Author: kai 6 : : */ 7 : : 8 : : #include "../MeasureBase.h" 9 : : #include <gtest/gtest.h> 10 : : 11 : : namespace jastacry { 12 : : 13 [ + - ][ + - ]: 8 : TEST(MeasureBaseTest, Placeholder) { [ + - ] 14 : : // Nothing testable on a virtual base class 15 : 1 : } 16 : : 17 [ + - ][ + - ]: 4 : } /* namespace jastacry */ |
Generated by: LCOV version 1.13 |