LCOV - code coverage report
Current view: top level - ccan/build_assert/test - run-BUILD_ASSERT_OR_ZERO.c (source / functions) Hit Total Coverage
Test: skiboot.info Lines: 2 2 100.0 %
Date: 2024-01-02 21:04:04 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include <ccan/build_assert/build_assert.h>
       2                 :            : #include <ccan/tap/tap.h>
       3                 :            : 
       4                 :          2 : int main(void)
       5                 :            : {
       6                 :            :         plan_tests(1);
       7                 :            :         ok1(BUILD_ASSERT_OR_ZERO(1 == 1) == 0);
       8                 :          2 :         return exit_status();
       9                 :            : }

Generated by: LCOV version 1.14