Branch Coverage

blib/lib/OpenPlugin/Utility.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
38 0 1 if (lc $expire eq 'now') { }
0 1 elsif ($expire =~ /^\d+/) { }
1 0 elsif ($expire =~ /^([+-]?(?:\d+|\d*\.\d*))([mhdMy]?)/) { }