| blib/lib/String/Smart.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 16 | 87.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 124 | 1 | 5 | if $name =~ /_/ | 
| 129 | 2 | 8 | unless (defined $spec{$dir}) | 
| 170 | 5 | 11 | 'ARRAY' eq ref $desired ? : | 
| 172 | 6 | 10 | unless (blessed $str and $str->isa('String::Smart')) | 
| 223 | 0 | 2 | 'ARRAY' eq ref $_[0] ? : | 
| 259 | 10 | 0 | blessed $str && $str->isa('String::Smart') ? : | 
| 277 | 19 | 1 | if (blessed $str and $str->isa('String::Smart')) | 
| 279 | 18 | 1 | wantarray ? : |