Branch Coverage

blib/lib/Mojo/Calendar.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
36 1 0 if (@_ > 1) { }
0 0 elsif (ref $_[0] eq 'HASH') { }
81 1 0 $AUTOLOAD =~ /::(\w+)$/ ? :
84 0 1 unless $method =~ /[^A-Z]/
86 1 0 if $self->datetime and $self->datetime->can($method)