LCOV - code coverage report
Current view: top level - src - e_lgammal.c (source / functions) Coverage Total Hit
Test: app.info Lines: 0.0 % 2 0
Test Date: 2024-01-11 15:52:50 Functions: 0.0 % 1 0
Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : #include "cdefs-compat.h"
       2                 :             : 
       3                 :             : #include <openlibm_math.h>
       4                 :             : 
       5                 :             : #include "math_private.h"
       6                 :             : 
       7                 :             : OLM_DLLEXPORT long double
       8                 :           0 : lgammal(long double x)
       9                 :             : {
      10                 :             : #ifdef OPENLIBM_ONLY_THREAD_SAFE
      11                 :             :         int signgam;
      12                 :             : #endif
      13                 :             : 
      14                 :           0 :         return (lgammal_r(x, &signgam));
      15                 :             : }
        

Generated by: LCOV version 2.0-115.g950771e