LCOV - code coverage report
Current view: top level - pencil/include/draw - draw_feature_label.inl (source / functions) Hit Total Coverage
Test: crystal-facet-uml_v1.57.0_covts Lines: 0 6 0.0 %
Date: 2024-04-07 11:14:42 Functions: 0 2 0.0 %

          Line data    Source code
       1             : /* File: draw_feature_label.inl; Copyright and License: see below */
       2             : 
       3             : #include "u8/u8_log.h"
       4             : #include <assert.h>
       5             : 
       6           0 : static inline void draw_feature_label_init( draw_feature_label_t *this_ )
       7             : {
       8           0 :     draw_stereotype_image_init( &((*this_).image_renderer) );
       9           0 : }
      10             : 
      11           0 : static inline void draw_feature_label_destroy( draw_feature_label_t *this_ )
      12             : {
      13           0 :     draw_stereotype_image_destroy( &((*this_).image_renderer) );
      14           0 : }
      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