LCOV - code coverage report
Current view: top level - testing/char_strings - test_layers_token_tree.h (source / functions) Hit Total Coverage
Test: coverage.info.cleaned Lines: 10 10 100.0 %
Date: 2018-01-08 Functions: 0 0 -

          Line data    Source code
       1           3 : ppg_pattern(
       2             :    ppg_cs_layer_0, /* Layer id */
       3           3 :    PPG_TOKENS(
       4             :       PPG_CS_N('a'),
       5             :       PPG_CS_N('b'),
       6             :       ppg_token_set_action(
       7             :          PPG_CS_N('c'),
       8             :          PPG_CS_ACTION(Action_1)
       9             :       )
      10             :    )
      11             : );
      12             : 
      13           3 : ppg_pattern(
      14             :    ppg_cs_layer_0, /* Layer id */
      15           3 :    PPG_TOKENS(
      16             :       PPG_CS_N('a'),
      17             :       PPG_CS_N('a'),
      18             :       ppg_token_set_action(
      19             :          PPG_CS_N('c'),
      20             :          PPG_CS_ACTION(Action_2)
      21             :       )
      22             :    )
      23             : );
      24             : 
      25           3 : ppg_pattern(
      26             :    ppg_cs_layer_0, /* Layer id */
      27           3 :    PPG_TOKENS(
      28             :       PPG_CS_N('a'),
      29             :       PPG_CS_N('b'),
      30             :       ppg_token_set_action(
      31             :          PPG_CS_N('d'),
      32             :          PPG_CS_ACTION(Action_3)
      33             :       )
      34             :    )
      35             : );
      36             : 
      37           3 : ppg_pattern(
      38             :    ppg_cs_layer_1, /* Layer id */
      39           3 :    PPG_TOKENS(
      40             :       PPG_CS_N('a'),
      41             :       PPG_CS_N('b'),
      42             :       ppg_token_set_action(
      43             :          PPG_CS_N('c'),
      44             :          PPG_CS_ACTION(Action_4)
      45             :       )
      46             :    )
      47             : ); 
      48             : 
      49             : // Empty override
      50             : //
      51           3 : ppg_pattern(
      52             :    ppg_cs_layer_2, /* Layer id */
      53           3 :    PPG_TOKENS(
      54             :       PPG_CS_N('a'),
      55             :       PPG_CS_N('b'),
      56             :       PPG_CS_N('c')
      57             :    )
      58             : );

Generated by: LCOV version 1.10