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