Branch Coverage
lib/App/TimeTracker/Utils.pm
Criterion
Covered
Total
%
branch
2
6
33.3
line
true
false
branch
40
3
0
if
(
&blessed
(
$date
)
and
$date
->isa
(
'DateTime'
)
)
{
}
48
3
0
if
(
$date
->dmy
eq
$now
->dmy
)
{
}
0
0
elsif
(
$date
->dmy
eq
$yesterday
->dmy
)
{
}