blib/lib/User/Identity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | l | !l | condition |
---|---|---|---|
33 | 62 | 29 | exists $args->{$_} and $$self{"UI_" . $_} = delete $args->{$_} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 2 | 8 | 0 | defined $first and not defined $surname |
93 | 8 | 2 | 0 | not defined $first and defined $surname |
258 | 0 | 0 | 0 | $month == $tomonth and $day >= $today |
line | l | !l | condition |
---|---|---|---|
68 | 2 | 10 | $connect ||= "." |
237 | 0 | 0 | $day || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
258 | 0 | 0 | 0 | $month > $tomonth or $month == $tomonth and $day >= $today |