Branch Coverage
blib/lib/Data/HashType.pm
Criterion
Covered
Total
%
branch
2
2
100.0
line
true
false
branch
46
1
7
if
(
defined
$self
->{
'valid_to'
}
and
"DateTime"
->
compare
(
$self
->{
'valid_from'
}
,
$self
->{
'valid_to'
}
)
!=
-1
)