LCOV - code coverage report
Current view: top level - /workspaces/target_firmware/src - add_op.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 3 3
Test Date: 2026-03-27 10:27:34 Functions: 100.0 % 1 1

            Line data    Source code
       1              : #include "add_op.h"
       2              : 
       3            5 : int add_op(calctask_t *task)
       4              : {
       5              :     /*  Note that this function does not check for NULL pointers,
       6              :         because it is assumed that the caller has already done so.
       7              :     */
       8            5 :     task->result = task->operand1 + task->operand2;
       9            5 :     return 1;
      10              : }
        

Generated by: LCOV version 2.3.1-1