| blib/lib/MySQL/DateFormat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 21 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 1 | $a and $b |
| 0 | 0 | 1 | $a and $b and $c | |
| 54 | 1 | 0 | 0 | $$self{'args'}{'century_cutoff'} and $$self{'args'}{'century_cutoff'} eq 'disallow' |
| 1 | 0 | 0 | $$self{'args'}{'century_cutoff'} and $$self{'args'}{'century_cutoff'} eq 'disallow' and not $y =~ /^\d{4}$/ | |
| 64 | 1 | 0 | 0 | $$self{'args'}{'century_cutoff'} and $$self{'args'}{'century_cutoff'} =~ /^\d{1,2}$/ |
| 105 | 0 | 1 | 0 | $$self{'args'}{'format'} and $$self{'args'}{'format'} eq 'eu' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 1 | 0 | ref $proto || $proto |