blib/lib/FFI/TinyCC/Inline.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 26 | 0 | 1 | @{$func->{'arg_types'};} == 2 and $func->{'arg_types'}[0] eq 'int' |
26 | 0 | 1 | @{$func->{'arg_types'};} == 2 and $func->{'arg_types'}[0] eq 'int' and $func->{'arg_types'}[1] =~ /^(const |)char \*\*$/ | |
82 | 0 | 4 | 6 | defined $rest[0] and defined $rest[1] |
4 | 0 | 6 | defined $rest[0] and defined $rest[1] and $rest[0] eq 'options' | |
257 | 1 | 5 | 0 | $argno++ == 0 and $arg =~ s/^\s*pTHX_?\s*// |
272 | 6 | 0 | 0 | not defined $arg_name and $arg_no_space ne 'void' |