LCOV - code coverage report
Current view: top level - lib/FangFeedParser - FeedFetchResult.h (source / functions) Coverage Total Hit
Test: coverage.info.cleaned Lines: 0.0 % 1 0
Test Date: 2026-04-19 00:35:54 Functions: 0.0 % 1 0

            Line data    Source code
       1              : #ifndef FEEDFETCHRESULT_H
       2              : #define FEEDFETCHRESULT_H
       3              : 
       4              : #include <QMetaType>
       5              : 
       6              : /*!
       7              :     \brief Result codes for async feed fetch + parse operations.
       8              :  */
       9              : enum class FeedFetchResult {
      10              :     OK,
      11              :     NetworkError,
      12              :     FileError,
      13              :     ParseError,
      14              :     EmptyDocument,
      15              :     InProgress,
      16              :     NotModified
      17              : };
      18              : 
      19            0 : Q_DECLARE_METATYPE(FeedFetchResult)
      20              : 
      21              : #endif // FEEDFETCHRESULT_H
        

Generated by: LCOV version 2.0-1