line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Alien::cmark; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
173144
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
23
|
|
4
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
31
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '0.005'; |
7
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
5
|
use parent 'Alien::Base'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
7
|
|
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Alien::cmark - Alien wrapper for cmark |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This module provides the C reference implementation of |
19
|
|
|
|
|
|
|
L, consisting of the C library and |
20
|
|
|
|
|
|
|
C command-line tool. See L for usage. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 BUGS |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Report any issues on the public bugtracker. |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 AUTHOR |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Dan Book |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This software is Copyright (c) 2019 by Dan Book. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This is free software, licensed under: |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
The Artistic License 2.0 (GPL Compatible) |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=head1 SEE ALSO |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
L |