Branch Coverage

blib/lib/File/Monitor/Object.pm
Criterion Covered Total %
branch 24 28 85.7


line true false branch
39 14 14 if @_
47 0 968 if @_
53 4 846 if @_
59 1 1 if @_
62 1 0 unless $$self{'_info'}{'files'}
77 1 27 unless my $name = delete $$args{'name'}
80 1 26 unless $$self{'owner'} = delete $$args{'owner'}
100 0 184 unless opendir my $dh, $dir
125 50 302 if (defined $info{'mode'} and S_ISDIR($info{'mode'}))
129 24 26 if ($$self{'_options'}{'files'}) { }
26 0 elsif ($$self{'_options'}{'recurse'}) { }
141 134 36 if (-d $obj)
163 330 22 unless (delete $$self{'_info'}{'virgin'})
174 42 288 if ($change->is_change)