blib/lib/CPAN/Reporter/Smoker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 25 | 56.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 11 | 16 | $spec{$key} and $spec{$key}{'is_valid'}->($value) |
187 | 10 | 0 | 0 | $CPAN::Config->{'build_dir_reuse'} and $CPAN::META->can('reset_tested') |
209 | 18 | 0 | 0 | $args{'filter'} and $args{'filter'}->($dist) |
466 | 7 | 322 | 0 | $stat{'name'} and $stat{'perms'} |
0 | 322 | 0 | $stat{'name'} and $stat{'perms'} and $stat{'datetime'} | |
474 | 84 | 6 | 6 | $start_from_timestamp and $stat{'datetime'} < $start_from_timestamp |
line | l | !l | condition |
---|---|---|---|
308 | 0 | 0 | $signals[$sig] || '???' |
513 | 4 | 14 | $latest_dev{$base_name} ||= {'datetime', 0} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
470 | 0 | 165 | 157 | $stat{'perms'} eq 'l' or substr($stat{'perms'}, 0, 1) eq 'd' |