File Coverage

blib/lib/Mojolicious/Plugin/StaticShare/Templates.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 Mojolicious::Plugin::StaticShare::Templates;
2 1     1   666 use utf8;
  1         2  
  1         7  
3              
4             =pod
5              
6             =encoding utf8
7              
8             Доброго всем
9              
10             =head1 Mojolicious::Plugin::StaticShare::Templates
11              
12             ¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
13              
14             =head1 NAME
15              
16             Mojolicious::Plugin::StaticShare::Templates - internal defaults templates.
17              
18             =head1 TEMPLATES
19              
20             =head2 layouts/Mojolicious-Plugin-StaticShare/main.html.ep
21              
22             One main layout.
23              
24             =head2 Mojolicious-Plugin-StaticShare/header.html.ep
25              
26             One included header for templates.
27              
28             =head2 Mojolicious-Plugin-StaticShare/dir.html.ep
29              
30             Template for render dir content: subdirs, files, markdown index file.
31              
32             =head2 Mojolicious-Plugin-StaticShare/markdown.html.ep
33              
34             Template for render parsed content of markdown files.
35              
36             =head2 Mojolicious-Plugin-StaticShare/pod.html.ep
37              
38             Template for render parsed content of Perl pod files(.pod, .pl, .pm).
39              
40             =head2 Mojolicious-Plugin-StaticShare/not_found.html.ep
41              
42             Template for render 404.
43              
44             =head2 Mojolicious-Plugin-StaticShare/exception.html.ep
45              
46             Template for render 500.
47              
48             =head2 Mojolicious-Plugin-StaticShare/edit.html.ep
49              
50             File content editor (with ace.js)
51              
52             =cut
53             1;
54             __DATA__