Condition Coverage

blib/lib/Cache/Repository/Filesys.pm
Criterion Covered Total %
condition 15 27 55.5


and 3 conditions

line !l l&&!r l&&r condition
128 2 0 0 exists $self->{'sector_size'} and $self->{'sector_size'} < 1
133 2 0 0 exists $self->{'symlink_size'} and $self->{'symlink_size'} < 1
272 1 0 5 $s and $s->mtime >= ($self->{'metastamp'} || 0)
1 0 5 $s and $s->mtime >= ($self->{'metastamp'} || 0) and $fh
426 1 2 0 exists $opts{'owner'} and exists $opts{'group'}

or 2 conditions

line l !l condition
122 2 0 ref $class || $class || 'Cache::Repository::Filesys'
247 4 6 shift() || 'r'
272 4 1 $self->{'metastamp'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
139 0 2 0 $self->{'sector_size'} ||= $self->_default_blocksize
140 0 2 0 $self->{'symlink_size'} ||= $self->_default_blocksize