LCOV - code coverage report
Current view: top level - core - qgsvectorsimplifymethod.cpp (source / functions) Hit Total Coverage
Test: coverage.info.cleaned Lines: 8 8 100.0 %
Date: 2021-03-26 12:19:53 Functions: 0 0 -
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /***************************************************************************
       2                 :            :     qgsvectorsimplifymethod.cpp
       3                 :            :     ---------------------
       4                 :            :     begin                : December 2013
       5                 :            :     copyright            : (C) 2013 by Alvaro Huarte
       6                 :            :     email                : http://wiki.osgeo.org/wiki/Alvaro_Huarte
       7                 :            :  ***************************************************************************
       8                 :            :  *                                                                         *
       9                 :            :  *   This program is free software; you can redistribute it and/or modify  *
      10                 :            :  *   it under the terms of the GNU General Public License as published by  *
      11                 :            :  *   the Free Software Foundation; either version 2 of the License, or     *
      12                 :            :  *   (at your option) any later version.                                   *
      13                 :            :  *                                                                         *
      14                 :            :  ***************************************************************************/
      15                 :            : 
      16                 :            : #include "qgis.h"
      17                 :            : #include "qgsvectorsimplifymethod.h"
      18                 :            : 
      19                 :         84 : QgsVectorSimplifyMethod::QgsVectorSimplifyMethod()
      20                 :         84 :   : mSimplifyHints( Qgis::DEFAULT_MAPTOPIXEL_THRESHOLD > 1 ? QgsVectorSimplifyMethod::FullSimplification : QgsVectorSimplifyMethod::GeometrySimplification )
      21                 :         84 :   , mThreshold( Qgis::DEFAULT_MAPTOPIXEL_THRESHOLD )
      22                 :            : {
      23                 :         84 : }

Generated by: LCOV version 1.14