blib/lib/String/Smart.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
172 | 6 | 0 | 10 | blessed $str and $str->isa('String::Smart') |
180 | 10 | 5 | 8 | @got_rep and @want_rep |
15 | 1 | 7 | @got_rep and @want_rep and $got_rep[0] eq $want_rep[0] | |
259 | 0 | 0 | 10 | blessed $str && $str->isa('String::Smart') |
277 | 1 | 0 | 19 | blessed $str and $str->isa('String::Smart') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
190 | 20 | 0 | 1 | $rep_map{$rep} || croak("Don't know about $rep") |