LCOV - code coverage report
Current view: top level - frmts/raw - rawdrivers.cpp (source / functions) Hit Total Coverage
Test: gdal_filtered.info Lines: 34 38 89.5 %
Date: 2026-05-07 02:17:31 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        2068 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2068 :     GDALRegister_PNM();
      10        2068 :     GDALRegister_DOQ1();
      11        2068 :     GDALRegister_DOQ2();
      12        2068 :     GDALRegister_MFF();
      13        2068 :     GDALRegister_HKV();
      14        2068 :     GDALRegister_GSC();
      15        2068 :     GDALRegister_FAST();
      16        2068 :     GDALRegister_BT();
      17        2068 :     GDALRegister_LAN();
      18        2068 :     GDALRegister_CPG();
      19        2068 :     GDALRegister_NDF();
      20        2068 :     GDALRegister_EIR();
      21        2068 :     GDALRegister_LCP();
      22        2068 :     GDALRegister_GTX();
      23        2068 :     GDALRegister_LOSLAS();
      24        2068 :     GDALRegister_NTv2();
      25        2068 :     GDALRegister_ACE2();
      26        2068 :     GDALRegister_SNODAS();
      27        2068 :     GDALRegister_KRO();
      28        2068 :     GDALRegister_ROIPAC();
      29        2068 :     GDALRegister_RRASTER();
      30        2068 :     GDALRegister_BYN();
      31        2068 :     GDALRegister_NOAA_B();
      32        2068 :     GDALRegister_NSIDCbin();
      33        2068 :     GDALRegister_CPHD();
      34        2068 : }
      35             : 
      36        2068 : 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        2068 :     GDALRegister_PAux();
      41        2068 :     GDALRegister_GenBin();
      42        2068 :     GDALRegister_ENVI();
      43        2068 :     GDALRegister_EHdr();
      44        2068 :     GDALRegister_ISCE();
      45        2068 : }
      46             : 
      47           0 : void GDALRegister_raw()
      48             : {
      49           0 :     GDALRegister_raw_no_sidecar();
      50           0 :     GDALRegister_raw_with_sidecar();
      51           0 : }

Generated by: LCOV version 1.14