LCOV - code coverage report
Current view: top level - src/pattern - pattern.c (source / functions) Hit Total Coverage
Test: passgen-test.info Lines: 7 7 100.0 %
Date: 2024-11-29 06:05:05 Functions: 2 2 100.0 %

          Line data    Source code
       1             : #include "passgen/pattern/pattern.h"
       2             : #include "passgen/config.h"
       3             : #include "passgen/pattern/group.h"
       4             : 
       5       30154 : void passgen_pattern_init(passgen_pattern *pattern) {
       6       30154 :     passgen_pattern_group_init(&pattern->group);
       7       30154 : }
       8             : 
       9       30154 : void passgen_pattern_free(passgen_pattern *pattern) {
      10       30154 :     passgen_pattern_group_free(&pattern->group);
      11       30154 :     PASSGEN_CLEAR(pattern);
      12       30154 : }

Generated by: LCOV version 1.14