Branch Coverage

blib/lib/ExtUtils/XSpp/Node/Type.pm
Criterion Covered Total %
branch 17 18 94.4


line true false branch
22 441 3027 $args{'pointer'} ? :
23 54 3414 $args{'reference'} ? :
24 187 3281 $args{'const'} ? :
44 18 2396 if @{$f->template_args;} != @{$s->template_args;}
47 0 7 unless $f->template_args->[$i]->equals($s->template_args->[$i])
64 5 354 if (@{$this->template_args;})
77 5 338 $this->is_const ? :
1 312 $this->is_reference ? :
30 313 $this->is_pointer ? :