| blib/lib/AnyEvent/Filesys/Watcher/Event.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 36 | 21 | 27 | $args{'type'} ne "created" and $args{'type'} ne "modified" |
| 57 | 27 | 0 | $args{'type'} ne "created" and $args{'type'} ne "modified" and $args{'type'} ne "deleted" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 84 | 0 | $args{'timestamp'} ||= &Time::HiRes::gettimeofday() |
| 86 | 0 | 0 | 0 | $self->{'__timestamp'}[0] <=> $self->{'__timestamp'}[1] || $self->{'__timestamp'}[1] <=> $self->{'__timestamp'}[1] |