| lib/SDL2/Texture.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 3 | 3 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 | 
| pod | n/a | ||
| total | 4 | 4 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package SDL2::Texture { | ||||||
| 2 | 2 | 2 | 15 | use SDL2::Utils; | |||
| 2 | 6 | ||||||
| 2 | 22 | ||||||
| 3 | has(); | ||||||
| 4 | |||||||
| 5 | =encoding utf-8 | ||||||
| 6 | |||||||
| 7 | =head1 NAME | ||||||
| 8 | |||||||
| 9 | SDL2::Texture - An efficient driver-specific representation of pixel data | ||||||
| 10 | |||||||
| 11 | =head1 SYNOPSIS | ||||||
| 12 | |||||||
| 13 | use SDL2 qw[:all]; | ||||||
| 14 | # TODO | ||||||
| 15 | |||||||
| 16 | =head1 DESCRIPTION | ||||||
| 17 | |||||||
| 18 | SDL2::Texture | ||||||
| 19 | |||||||
| 20 | =head1 AUTHOR | ||||||
| 21 | |||||||
| 22 | Sanko Robinson E | ||||||
| 23 | |||||||
| 24 | =begin stopwords | ||||||
| 25 | |||||||
| 26 | |||||||
| 27 | |||||||
| 28 | =end stopwords | ||||||
| 29 | |||||||
| 30 | =cut | ||||||
| 31 | |||||||
| 32 | }; | ||||||
| 33 | 1; |