LCOV - code coverage report
Current view: top level - src/operations - SyncOperation.cpp (source / functions) Coverage Total Hit
Test: coverage.info.cleaned Lines: 37.5 % 8 3
Test Date: 2026-03-23 10:19:47 Functions: 50.0 % 2 1

            Line data    Source code
       1              : #include "SyncOperation.h"
       2              : #include "../utilities/FangLogging.h"
       3              : 
       4           20 : SyncOperation::SyncOperation(OperationManager *parent) :
       5              :     FangObject((QObject*)parent),
       6           20 :     operationManager(parent)
       7              : {
       8              : 
       9           20 : }
      10              : 
      11            0 : void SyncOperation::reportError(const QString &errorString)
      12              : {
      13            0 :     qCDebug(logOperation) << "Error: [ " << metaObject()->className() << " ] " << errorString;
      14            0 :     error = true;
      15            0 :     errorMsg = errorString;
      16            0 : }
        

Generated by: LCOV version 2.0-1