| blib/lib/ExtUtils/CFeatureTest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 29 | 24.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 1 | 0 | 0 | $self->{'emit_tty'} && grep((defined $_ && /UTF-?8/i), @ENV{'LANG', 'LC_ALL', 'LC_CTYPE'}) && ($^O ne 'MSWin32' || $ENV{'WT_SESSION'} || $ENV{'TERM'}) |
| 153 | 7 | 0 | 0 | $self->{'emit_unicode'} and utf8::is_utf8($msg) |
| 322 | 0 | 0 | 0 | defined $_[0] && length $_[0] |
| 597 | 0 | 0 | 1 | defined $macro and length $macro |
| 608 | 0 | 0 | 1 | defined $macro and length $macro |
| 703 | 0 | 0 | 0 | defined $s and length $s |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 0 | 1 | $ENV{'EXTUTILS_CFEATURETEST_VERBOSE'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 278 | 12 | 1 | 0 | $_[0]{'cbuilder'} ||= "ExtUtils::CBuilder"->new |
| 669 | 0 | 0 | 0 | $self->verbose or $cf_wstat |
| 0 | 0 | 0 | $self->verbose or $cf_wstat or $l_wstat |