| blib/lib/Moment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 36 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 1 | 0 | 92 | defined $input_year and defined $input_month |
| 1 | 0 | 92 | defined $input_year and defined $input_month and defined $input_day | |
| 0 | 0 | 92 | defined $input_year and defined $input_month and defined $input_day and defined $input_hour | |
| 0 | 0 | 92 | defined $input_year and defined $input_month and defined $input_day and defined $input_hour and defined $input_minute | |
| 0 | 0 | 92 | defined $input_year and defined $input_month and defined $input_day and defined $input_hour and defined $input_minute and defined $input_second | |
| 530 | 0 | 0 | 7 | &blessed($moment_2) and $moment_2->isa('Moment') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 125 | 92 | 1 | 77 | defined $input_year or defined $input_month |
| 93 | 0 | 77 | defined $input_year or defined $input_month or defined $input_day | |
| 1 | 0 | 77 | defined $input_year or defined $input_month or defined $input_day or defined $input_hour | |
| 0 | 0 | 77 | defined $input_year or defined $input_month or defined $input_day or defined $input_hour or defined $input_minute | |
| 0 | 0 | 77 | defined $input_year or defined $input_month or defined $input_day or defined $input_hour or defined $input_minute or defined $input_second | |
| 696 | 0 | 0 | 886 | $input_value < $min or $input_value > $max |