LCOV - code coverage report
Current view: top level - shared/libc - abort_.c (source / functions) Hit Total Coverage
Test: unix_coverage_v1.22.0-343-g7b050b366.info Lines: 0 2 0.0 %
Date: 2024-04-25 17:00:48 Functions: 0 1 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include <py/runtime.h>
       2                 :            : 
       3                 :            : NORETURN void abort_(void);
       4                 :            : 
       5                 :          0 : NORETURN void abort_(void) {
       6                 :          0 :     mp_raise_msg(&mp_type_RuntimeError, MP_ERROR_TEXT("abort() called"));
       7                 :            : }

Generated by: LCOV version 1.15-5-g462f71d