Condition Coverage

lib/File/Information/VerifyTestResult.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
64 0 0 0 ref $res and $res->isa("File::Information::VerifyBase")
68 0 0 0 defined(my $digest = $test->{'digest'}) and $test->{'class'} eq "strong"
91 0 0 0 defined $from and defined $to
101 0 0 0 defined $from and defined $to
110 0 0 0 defined $from and defined $to
122 0 0 0 defined $inode_from and defined $inode_to

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $supported_tests{$opts{'test'}} // croak("Unsupported test")
62 0 0 0 eval {
82 0 0 0 $self->{'class'} // $supported_tests{$self->{'test'}}{'class'}
123 0 0 0 $base_from != $inode_from or $base_to != $inode_to