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-10 17:48:50 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        2024 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2024 :     GDALRegister_PNM();
      10        2024 :     GDALRegister_DOQ1();
      11        2024 :     GDALRegister_DOQ2();
      12        2024 :     GDALRegister_PAux();
      13        2024 :     GDALRegister_MFF();
      14        2024 :     GDALRegister_HKV();
      15        2024 :     GDALRegister_GSC();
      16        2024 :     GDALRegister_FAST();
      17        2024 :     GDALRegister_BT();
      18        2024 :     GDALRegister_LAN();
      19        2024 :     GDALRegister_CPG();
      20        2024 :     GDALRegister_NDF();
      21        2024 :     GDALRegister_EIR();
      22        2024 :     GDALRegister_LCP();
      23        2024 :     GDALRegister_GTX();
      24        2024 :     GDALRegister_LOSLAS();
      25        2024 :     GDALRegister_NTv2();
      26        2024 :     GDALRegister_ACE2();
      27        2024 :     GDALRegister_SNODAS();
      28        2024 :     GDALRegister_KRO();
      29        2024 :     GDALRegister_ROIPAC();
      30        2024 :     GDALRegister_RRASTER();
      31        2024 :     GDALRegister_BYN();
      32        2024 :     GDALRegister_NOAA_B();
      33        2024 :     GDALRegister_NSIDCbin();
      34        2024 : }
      35             : 
      36        2024 : 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        2024 :     GDALRegister_GenBin();
      41        2024 :     GDALRegister_ENVI();
      42        2024 :     GDALRegister_EHdr();
      43        2024 :     GDALRegister_ISCE();
      44        2024 : }
      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