Branch Coverage

blib/lib/WebService/Cmis/Property/DateTime.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
36 0 0 unless defined $isoDate
38 0 0 if ($isoDate =~ /(\d\d\d\d)(?:-(\d\d)(?:-(\d\d))?)?(?:T(\d\d)(?::(\d\d)(?::(\d\d(?:\.\d+)?))?)?)?(Z|[-+]\d\d(?::\d\d)?)?/)
62 0 0 if ref $this and not defined $value
66 0 0 if ($value =~ s/(\.\d+)$//)
70 0 0 if not defined $value or $value eq ''
73 0 0 if ($value =~ /^(\d+)(Z|[-+]\d\d(?::\d\d)?)?$/) { }
109 0 0 unless (defined $TZSTRING)
111 0 0 $offset < 0 ? :
115 0 0 if ($hours or $mins) { }
134 0 0 if ($l[7] == $g[7]) { }
0 0 elsif ($l[7] == $g[7] + 1) { }
0 0 elsif ($l[7] == $g[7] - 1) { }
0 0 elsif ($l[7] < $g[7]) { }