LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
Branch data Line data Source code 1 : : #include <QtWidgets/QApplication> 2 : : 3 : : #include "mainwindow.h" 4 : : 5 : 0 : auto main(int argc, char *argv[]) -> int { 6 : 0 : QApplication app(argc, argv); 7 : : 8 : 0 : MainWindow window; 9 : 0 : window.show(); 10 : : 11 : 0 : return app.exec(); 12 : 0 : } |
![]() |
Generated by: LCOV version 2.0-1 |