| lib/Web/SIVA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 15 | 60.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 41 | 1 | 0 | 2 | $year == 2004 and $mes == 1 | 
| 1 | 1 | 1 | $year == 2004 and $mes == 1 and $dia < 11 | |
| 79 | 0 | 0 | 2 | $content and $content =~ m[$year | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 23 | 1 | 0 | 0 | shift() || croak('Necesito una provincia') | 
| 41 | 1 | 0 | 3 | $year < 2004 or $year == 2004 and $mes == 1 and $dia < 11 |