blib/lib/Stream/IO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 24 | 24 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 8 | 8 | 100.0 |
pod | n/a | ||
total | 32 | 32 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #! /usr/local/bin/perl -w | ||||||
2 | |||||||
3 | package Stream::IO; | ||||||
4 | |||||||
5 | 1 | 1 | 1182 | use Stream::DataInputStream; | |||
1 | 3 | ||||||
1 | 27 | ||||||
6 | 1 | 1 | 24 | use Stream::StringInputStream; | |||
1 | 2 | ||||||
1 | 20 | ||||||
7 | 1 | 1 | 5 | use Stream::FileInputStream; | |||
1 | 2 | ||||||
1 | 20 | ||||||
8 | 1 | 1 | 5 | use Stream::DataOutputStream; | |||
1 | 1 | ||||||
1 | 20 | ||||||
9 | 1 | 1 | 5 | use Stream::StringOutputStream; | |||
1 | 2 | ||||||
1 | 25 | ||||||
10 | 1 | 1 | 5 | use Stream::FileOutputStream; | |||
1 | 2 | ||||||
1 | 18 | ||||||
11 | 1 | 1 | 5 | use Stream::Streamable; | |||
1 | 2 | ||||||
1 | 24 | ||||||
12 | 1 | 1 | 4 | use Stream::DataEncoding; | |||
1 | 3 | ||||||
1 | 53 | ||||||
13 | |||||||
14 | 1; |