LCOV - code coverage report
Current view: top level - frmts/raw - rawdrivers.cpp (source / functions) Hit Total Coverage
Test: gdal_filtered.info Lines: 33 37 89.2 %
Date: 2025-09-18 11:40:35 Functions: 2 3 66.7 %

          Line data    Source code
       1             : #include "gdal_frmts.h"
       2             : 
       3             : extern "C" void CPL_DLL GDALRegister_raw();
       4             : extern "C" void CPL_DLL GDALRegister_raw_no_sidecar();
       5             : extern "C" void CPL_DLL GDALRegister_raw_with_sidecar();
       6             : 
       7        2027 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2027 :     GDALRegister_PNM();
      10        2027 :     GDALRegister_DOQ1();
      11        2027 :     GDALRegister_DOQ2();
      12        2027 :     GDALRegister_PAux();
      13        2027 :     GDALRegister_MFF();
      14        2027 :     GDALRegister_HKV();
      15        2027 :     GDALRegister_GSC();
      16        2027 :     GDALRegister_FAST();
      17        2027 :     GDALRegister_BT();
      18        2027 :     GDALRegister_LAN();
      19        2027 :     GDALRegister_CPG();
      20        2027 :     GDALRegister_NDF();
      21        2027 :     GDALRegister_EIR();
      22        2027 :     GDALRegister_LCP();
      23        2027 :     GDALRegister_GTX();
      24        2027 :     GDALRegister_LOSLAS();
      25        2027 :     GDALRegister_NTv2();
      26        2027 :     GDALRegister_ACE2();
      27        2027 :     GDALRegister_SNODAS();
      28        2027 :     GDALRegister_KRO();
      29        2027 :     GDALRegister_ROIPAC();
      30        2027 :     GDALRegister_RRASTER();
      31        2027 :     GDALRegister_BYN();
      32        2027 :     GDALRegister_NOAA_B();
      33        2027 :     GDALRegister_NSIDCbin();
      34        2027 : }
      35             : 
      36        2027 : void GDALRegister_raw_with_sidecar()
      37             : {
      38             :     // Drivers that that absolutely need to look for side car files in their
      39             :     // Identify()/Open() procedure.
      40        2027 :     GDALRegister_GenBin();
      41        2027 :     GDALRegister_ENVI();
      42        2027 :     GDALRegister_EHdr();
      43        2027 :     GDALRegister_ISCE();
      44        2027 : }
      45             : 
      46           0 : void GDALRegister_raw()
      47             : {
      48           0 :     GDALRegister_raw_no_sidecar();
      49           0 :     GDALRegister_raw_with_sidecar();
      50           0 : }

Generated by: LCOV version 1.14