Branch Coverage

blib/lib/AutoSession/Driver.pm
Criterion Covered Total %
branch 5 24 20.8


line true false branch
40 0 1 if ($@)
43 0 1 unless ($this)
86 0 5 if ($$this{'closed'})
88 0 5 if (not $$this{'tree'} or $this->time > $$this{'time'})
149 0 1 unless ($expire =~ /^\d+$/)
150 0 0 if ($expire =~ /^(\d+)s/) { }
0 0 elsif ($expire =~ /^(\d+)m/) { }
0 0 elsif ($expire =~ /^(\d+)h/) { }
0 0 elsif ($expire =~ /^(\d+)d/) { }
0 0 elsif ($expire =~ /^(\d+)w/) { }
0 0 elsif ($expire =~ /^(\d+)mo/) { }
0 0 elsif ($expire =~ /^(\d+)y/) { }