| blib/lib/Story/Interact/Analyze.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 0 | unless my $page_source = $self->page_source->get_source_code($page_id) |
| 47 | 0 | 0 | /\A\w+\z/ ? : |
| 50 | 0 | 0 | if ($page_source =~ /^ \s* todo \b /mx) |
| 56 | 0 | 0 | if (my $page = eval { do { $self->page_source->get_page($cloned_state, $page_id) } }) { } |
| 119 | 0 | 0 | unless $d->{'outgoing'} |
| 120 | 0 | 0 | $d->{'exists'} ? : |
| 0 | 0 | $d->{'error'} ? : | |
| 0 | 0 | $d->{'todo'} ? : | |
| 0 | 0 | unless $d->{'incoming'} |