| blib/lib/Template/Plugin/ByDate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 18 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 85 | 0 | 0 | any(sub { lc $_ eq 'not'; } , @$args) ? : | 
| 92 | 0 | 0 | if (defined $until_str and not $until_str =~ /:/) | 
| 98 | 0 | 0 | exists $$conf{'starting'} ? : | 
| 99 | 0 | 0 | defined $until_str ? : | 
| 102 | 0 | 0 | exists $$conf{'now'} ? : | 
| 106 | 0 | 0 | $now >= $starting ? : | 
| 107 | 0 | 0 | if (defined $until) | 
| 109 | 0 | 0 | unless $until >= $now | 
| 114 | 0 | 0 | $display ^ $not ? : |