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-10-21 22:35: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        2038 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2038 :     GDALRegister_PNM();
      10        2038 :     GDALRegister_DOQ1();
      11        2038 :     GDALRegister_DOQ2();
      12        2038 :     GDALRegister_MFF();
      13        2038 :     GDALRegister_HKV();
      14        2038 :     GDALRegister_GSC();
      15        2038 :     GDALRegister_FAST();
      16        2038 :     GDALRegister_BT();
      17        2038 :     GDALRegister_LAN();
      18        2038 :     GDALRegister_CPG();
      19        2038 :     GDALRegister_NDF();
      20        2038 :     GDALRegister_EIR();
      21        2038 :     GDALRegister_LCP();
      22        2038 :     GDALRegister_GTX();
      23        2038 :     GDALRegister_LOSLAS();
      24        2038 :     GDALRegister_NTv2();
      25        2038 :     GDALRegister_ACE2();
      26        2038 :     GDALRegister_SNODAS();
      27        2038 :     GDALRegister_KRO();
      28        2038 :     GDALRegister_ROIPAC();
      29        2038 :     GDALRegister_RRASTER();
      30        2038 :     GDALRegister_BYN();
      31        2038 :     GDALRegister_NOAA_B();
      32        2038 :     GDALRegister_NSIDCbin();
      33        2038 : }
      34             : 
      35        2038 : void GDALRegister_raw_with_sidecar()
      36             : {
      37             :     // Drivers that that absolutely need to look for side car files in their
      38             :     // Identify()/Open() procedure.
      39        2038 :     GDALRegister_PAux();
      40        2038 :     GDALRegister_GenBin();
      41        2038 :     GDALRegister_ENVI();
      42        2038 :     GDALRegister_EHdr();
      43        2038 :     GDALRegister_ISCE();
      44        2038 : }
      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