| line |
true |
false |
branch |
|
28
|
0 |
0 |
if (scalar @{$self->{'buffer'};}) { } |
|
42
|
0 |
0 |
if $self->_in_delete |
|
43
|
0 |
0 |
if $self->_in_move |
|
45
|
0 |
0 |
if $self->_in_create |
|
47
|
0 |
0 |
if ($self->_in_modify) |
|
49
|
0 |
0 |
if (scalar @{$self->{'buffer'};}) |
|
73
|
0 |
0 |
unless $self->{'notifier'} = 'Linux::Inotify2'->new |
|
110
|
0 |
0 |
if ($event->IN_MODIFY) |
|
118
|
0 |
0 |
if ($event->IN_DELETE_SELF) |
|
124
|
0 |
0 |
if $self->statefile->exists |
|
147
|
0 |
0 |
if ($event->IN_MOVED_FROM and $event->fullname eq $self->filename->path) |
|
154
|
0 |
0 |
if $self->statefile->exists |
|
158
|
0 |
0 |
if ($event->IN_MOVED_TO and $event->fullname eq $self->filename->path) |
|
169
|
0 |
0 |
if ($event->IN_CREATE and $event->fullname eq $self->filename->path) |