Condition Coverage

blib/lib/Test/Perinci/Sub/Wrapper.pm
Criterion Covered Total %
condition 15 16 93.7


and 3 conditions

line !l l&&!r l&&r condition
24 57 56 1 $wrapper_type eq 'dynamic' and $test_args{'skip_dynamic'}
25 56 56 1 $wrapper_type eq 'embed' and $test_args{'skip_embed'}

or 2 conditions

line l !l condition
70 6 46 $wrap_args->{'meta'}{'args_as'} // 'hash'
208 66 104 $call->{'name'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
94 2 1 49 $orig_args_as eq 'array' || $args_as eq 'array'
2 0 50 $orig_args_as =~ /ref/ || $args_as =~ /ref/