| blib/lib/JavaScript/Librarian.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 0 | ref $_[0] ? : |
| 54 | 0 | 0 | unless my $base = $class->_URI($args{'base'}) |
| 55 | 0 | 0 | unless my $library = $class->_Library($args{'library'}) |
| 58 | 0 | 0 | unless my $resolver = 'Algorithm::Dependency::Ordered'->new('source', $library, 'ignore_orphans', 1) |
| 72 | 0 | 0 | if (ref $args{'select'} eq 'ARRAY') |
| 74 | 0 | 0 | unless $self->select($_) |
| 104 | 0 | 0 | $self->library->item($_[0]) ? : |
| 117 | 0 | 0 | unless my $schedule = $self->schedule |
| 142 | 0 | 0 | unless my $paths = $self->paths |