lib/Linux/Netfilter/Log/Constants.pm.PL | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 13 | 13 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 1 | 1 | 368 | use ExtUtils::H2PM; | |||
1 | 899750 | ||||||
1 | 1972 | ||||||
2 | |||||||
3 | 1 | 7 | module "Linux::Netfilter::Log"; | ||||
4 | |||||||
5 | 1 | 12 | include "sys/types.h"; | ||||
6 | 1 | 8 | include "libnetfilter_log/libnetfilter_log.h"; | ||||
7 | |||||||
8 | 1 | 5 | constant "NFULNL_COPY_NONE"; | ||||
9 | 1 | 14 | constant "NFULNL_COPY_META"; | ||||
10 | 1 | 7 | constant "NFULNL_COPY_PACKET"; | ||||
11 | |||||||
12 | 1 | 9 | constant "NFULNL_CFG_F_SEQ"; | ||||
13 | 1 | 7 | constant "NFULNL_CFG_F_SEQ_GLOBAL"; | ||||
14 | |||||||
15 | 1 | 9 | write_output $ARGV[0]; |