| blib/lib/JavaScript/MochiKit/Accessor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package JavaScript::MochiKit::Accessor; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 13 | use strict; | |||
| 2 | 7 | ||||||
| 2 | 75 | ||||||
| 4 | 2 | 2 | 11 | use base qw[ Class::Accessor::Chained::Fast ]; | |||
| 2 | 4 | ||||||
| 2 | 2344 | ||||||
| 5 | |||||||
| 6 | =head1 NAME | ||||||
| 7 | |||||||
| 8 | JavaScript::MochiKit::Accessor | ||||||
| 9 | |||||||
| 10 | =head1 AUTHOR | ||||||
| 11 | |||||||
| 12 | Sascha Kiefer, C |
||||||
| 13 | |||||||
| 14 | =head1 LICENSE | ||||||
| 15 | |||||||
| 16 | This library is free software, you can redistribute it and/or modify it under | ||||||
| 17 | the same terms as Perl itself. | ||||||
| 18 | |||||||
| 19 | =cut | ||||||
| 20 | |||||||
| 21 | 1; |