logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Devel::Cover::Web - Files for JavaScript or CSS

Bugs

       Huh?

Description

       This module allows JavaScript and CSS files to be written to a specified directory.

Licence

       Copyright 2007-2024, Paul Johnson (paul@pjcj.net) except where otherwise noted.

       This software is free.  It is licensed under the same terms as Perl itself, except where otherwise noted.

       The latest version of this software should be available from my homepage: http://www.pjcj.net

perl v5.40.1                                       2025-02-18                             Devel::Cover::Web(3pm)

Name

       Devel::Cover::Web - Files for JavaScript or CSS

See Also

        Devel::Cover::Report::Html_basic
        cpancover

Subroutines

write_file($directory,$file)
       Output the specified file to the specified directory.

Synopsis

        use Devel::Cover::Web "write_file";

        write_file $directory, $file;
        write_file $directory, "all";
        write_file $directory, "js";
        write_file $directory, "css";

Version

       version 1.44

See Also