blib/lib/Language/Prolog/Types/Factory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | @_ < 1 ? : |
37 | 0 | 0 | if (@_ < 2) |
38 | 0 | 0 | if @_ == 1 |
43 | 0 | 0 | if (prolog_is_list_or_nil $tail) |
44 | 0 | 0 | if prolog_is_nil $tail |
46 | 0 | 0 | if prolog_is_ulist $tail |
55 | 0 | 0 | unless prolog_is_atom $_[0] |
58 | 0 | 0 | unless @_ > 1 |
60 | 0 | 0 | if $_[0] eq '.' and @_ == 3 |
79 | 0 | 0 | if (@_ <= 1) |
80 | 0 | 0 | if @_ |