| blib/lib/PDF/PDFUnit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 19 | 31.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 84 | 0 | 0 | 4 | defined $init_style and $init_style eq ':skip_on_error' | 
| 88 | 0 | 0 | 0 | defined $init_style and $init_style eq ':noinit' | 
| 103 | 0 | 0 | 0 | $class->load_config(@_) and $class->build_classpath(@_) | 
| 146 | 4 | 12 | 0 | defined $location and -r $location | 
| 279 | 0 | 0 | 0 | @contains_main_jar and $count >= 20 | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 0 | 20 | $ENV{'PDFUNIT_PERL_DEBUG'} // 0 | 
| 63 | 16 | 4 | $level //= 1 |