line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Test::Run::CmdLine::Drivers::Default; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
10
|
use strict; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
58
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
69
|
|
5
|
|
|
|
|
|
|
|
6
|
2
|
|
|
2
|
|
10
|
use vars (qw($VERSION)); |
|
2
|
|
|
|
|
3
|
|
|
2
|
|
|
|
|
123
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
$VERSION = '0.0131'; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 NAME |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
Test::Run::CmdLine::Drivers::Default - the default command line driver. |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 SYNOPSIS |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
This is a class for the Test::Run internal use. |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 AUTHOR |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Shlomi Fish, L<http://www.shlomifish.org/> . |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 BUGS |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Please report any bugs or feature requests to |
25
|
|
|
|
|
|
|
C<bug-test-run-cmdline@rt.cpan.org>, or through the web interface at |
26
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Run-CmdLine>. |
27
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on |
28
|
|
|
|
|
|
|
your bug as I make changes. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Copyright 2005 Shlomi Fish, all rights reserved. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This program is released under the MIT X11 License. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=cut |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
1; |