LCOV - code coverage report
Current view: top level - pencil/include/draw - draw_classifier_label.inl (source / functions) Hit Total Coverage
Test: crystal-facet-uml_v1.56.1_covts Lines: 2 2 100.0 %
Date: 2024-03-23 04:33:35 Functions: 0 0 -

          Line data    Source code
       1             : /* File: draw_classifier_label.inl; Copyright and License: see below */
       2             : 
       3             : #include "u8/u8_log.h"
       4             : #include <assert.h>
       5             : 
       6           3 : static inline void draw_classifier_label_init( draw_classifier_label_t *this_ )
       7             : {
       8           3 :     (*this_).dummy = 0;  /* prevent warnings on uninitialized usage */
       9             : }
      10             : 
      11             : static inline void draw_classifier_label_destroy( draw_classifier_label_t *this_ )
      12             : {
      13             : 
      14             : }
      15             : 
      16             : 
      17             : /*
      18             : Copyright 2019-2024 Andreas Warnke
      19             : 
      20             : Licensed under the Apache License, Version 2.0 (the "License");
      21             : you may not use this file except in compliance with the License.
      22             : You may obtain a copy of the License at
      23             : 
      24             :     http://www.apache.org/licenses/LICENSE-2.0
      25             : 
      26             : Unless required by applicable law or agreed to in writing, software
      27             : distributed under the License is distributed on an "AS IS" BASIS,
      28             : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      29             : See the License for the specific language governing permissions and
      30             : limitations under the License.
      31             : */

Generated by: LCOV version 1.16