| blib/lib/Lingua/AR/MacArabic.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 Lingua::AR::MacArabic; | ||||||
| 2 | |||||||
| 3 | require 5.006001; | ||||||
| 4 | |||||||
| 5 | 2 | 2 | 1869 | use strict; | |||
| 2 | 4 | ||||||
| 2 | 294 | ||||||
| 6 | |||||||
| 7 | require Exporter; | ||||||
| 8 | require DynaLoader; | ||||||
| 9 | |||||||
| 10 | our $VERSION = '0.20'; | ||||||
| 11 | our @ISA = qw(Exporter DynaLoader); | ||||||
| 12 | our @EXPORT = qw(decodeMacArabic encodeMacArabic); | ||||||
| 13 | our @EXPORT_OK = qw(decode encode); | ||||||
| 14 | |||||||
| 15 | bootstrap Lingua::AR::MacArabic $VERSION; | ||||||
| 16 | 1; | ||||||
| 17 | __END__ |