lib/Audit/Log.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 46 | 59 | 222 | index($_, "SYSCALL") < 0 and not $in_block |
57 | 0 | 84 | 21 | $options{'older'} and $timestamp > $options{'older'} |
58 | 0 | 43 | 41 | $options{'newer'} and $timestamp < $options{'newer'} |
89 | 0 | 21 | 19 | exists $options{'key'} and $parsed{'type'} eq "SYSCALL" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 31 | 9 | 0 | $parsed{'exe'} //= $exe |
87 | 19 | 21 | 0 | $parsed{'comm'} //= $comm |