lib/POSIX/1003/Time.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 18 | 11.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
87 | 0 | 1 | 0 | $lc and $lc =~ /\.([\w-]+)/ |
1 | 0 | 0 | $lc and $lc =~ /\.([\w-]+)/ and my $enc = &find_encoding($1) |
line | l | !l | condition |
---|---|---|---|
50 | 0 | 0 | $tm->{'sec'} // 0 |
0 | 0 | $tm->{'min'} // 0 | |
0 | 0 | $tm->{'hour'} // 0 | |
0 | 0 | $tm->{'wday'} // -1 | |
0 | 0 | $tm->{'yday'} // -1 | |
0 | 0 | $tm->{'is_dst'} // -1 |